HSL(207, 30%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(207,30%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 30%, 71%) | color: hsl(207, 30%, 71%) | |
| HEX | #9FB7CB | color: #9FB7CB | |
| RGB | rgb(159, 183, 203) | color: rgb(159, 183, 203) | |
| CMYK | cmyk(22%, 10%, 0%, 20%) | — | |
| HSV | hsv(207, 22%, 80%) | — | |
| HWB | hwb(207 62% 20%) | color: hwb(207 62% 20%) | |
| OKLCH | oklch(0.7678 0.039 243.39) | color: oklch(0.7678 0.039 243.39) | |
| Lab | lab(73.25 -3.84 -12.83) | color: lab(73.25 -3.84 -12.83) | |
| LCH | lch(73.25 13.39 253.34) | color: lch(73.25 13.39 253.34) |
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)
#A9AAC6 — rgb(169, 170, 198)
Deuteranopia (Green-blind)
#A8A6C5 — rgb(168, 166, 197)
Tritanopia (Blue-blind)
#A0C2C2 — rgb(160, 194, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 30%, 71%);
text
color: hsl(207, 30%, 71%);
border
border: 2px solid hsl(207, 30%, 71%);
gradient light
background: linear-gradient(to right, hsl(207, 30%, 91%), hsl(207, 30%, 71%));
gradient dark
background: linear-gradient(to right, hsl(207, 30%, 71%), hsl(207, 30%, 51%))
hex
background-color: #9FB7CB;
tailwind
bg-[hsl(207,30%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 30%, 71%, 0.4);
css variable
--color-primary: hsl(207, 30%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 30%, 71%)?
HEX: #9FB7CB | RGB: rgb(159, 183, 203) | CMYK: 22%, 10%, 0%, 20% | HSV: 207°, 22%, 80%. Copy any format from the conversion table above.
What colors go well with #9FB7CB?
The complementary color is HSL(27, 30%, 71%). 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, 30%, 71%) in CSS?
As HSL: color: hsl(207, 30%, 71%); — As HEX: color: #9FB7CB; — As RGB: color: rgb(159, 183, 203); — Tailwind CSS: bg-[hsl(207,30%,71%)] — CSS variable: --color-primary: hsl(207, 30%, 71%);