HSL(207, 70%, 75%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(207,70%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 70%, 75%) | color: hsl(207, 70%, 75%) | |
| HEX | #93C4EC | color: #93C4EC | |
| RGB | rgb(147, 196, 236) | color: rgb(147, 196, 236) | |
| CMYK | cmyk(38%, 17%, 0%, 7%) | — | |
| HSV | hsv(207, 38%, 93%) | — | |
| HWB | hwb(207 58% 7%) | color: hwb(207 58% 7%) | |
| OKLCH | oklch(0.8001 0.0768 243.55) | color: oklch(0.8001 0.0768 243.55) | |
| Lab | lab(77.12 -6.26 -24.93) | color: lab(77.12 -6.26 -24.93) | |
| LCH | lch(77.12 25.7 255.9) | color: lch(77.12 25.7 255.9) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#A8A9E2 — rgb(168, 169, 226)
Deuteranopia (Green-blind)
#A5A2E0 — rgb(165, 162, 224)
Tritanopia (Blue-blind)
#95DBD9 — rgb(149, 219, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 70%, 75%);
text
color: hsl(207, 70%, 75%);
border
border: 2px solid hsl(207, 70%, 75%);
gradient light
background: linear-gradient(to right, hsl(207, 70%, 95%), hsl(207, 70%, 75%));
gradient dark
background: linear-gradient(to right, hsl(207, 70%, 75%), hsl(207, 70%, 55%))
hex
background-color: #93C4EC;
tailwind
bg-[hsl(207,70%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 70%, 75%, 0.4);
css variable
--color-primary: hsl(207, 70%, 75%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 70%, 75%)?
HEX: #93C4EC | RGB: rgb(147, 196, 236) | CMYK: 38%, 17%, 0%, 7% | HSV: 207°, 38%, 93%. Copy any format from the conversion table above.
What colors go well with #93C4EC?
The complementary color is HSL(27, 70%, 75%). For a triadic harmony, use hues 207°, 327°, and 87°. For analogous combinations, try hues 177° and 237°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(207, 70%, 75%) in CSS?
As HSL: color: hsl(207, 70%, 75%); — As HEX: color: #93C4EC; — As RGB: color: rgb(147, 196, 236); — Tailwind CSS: bg-[hsl(207,70%,75%)] — CSS variable: --color-primary: hsl(207, 70%, 75%);