HSL(207, 54%, 67%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(207,54%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 54%, 67%) | color: hsl(207, 54%, 67%) | |
| HEX | #7DAFD8 | color: #7DAFD8 | |
| RGB | rgb(125, 175, 216) | color: rgb(125, 175, 216) | |
| CMYK | cmyk(42%, 19%, 0%, 15%) | — | |
| HSV | hsv(207, 42%, 85%) | — | |
| HWB | hwb(207 49% 15%) | color: hwb(207 49% 15%) | |
| OKLCH | oklch(0.734 0.0799 243.91) | color: oklch(0.734 0.0799 243.91) | |
| Lab | lab(69.45 -5.97 -25.91) | color: lab(69.45 -5.97 -25.91) | |
| LCH | lch(69.45 26.59 257.02) | color: lch(69.45 26.59 257.02) |
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)
#9393CE — rgb(147, 147, 206)
Deuteranopia (Green-blind)
#908CCC — rgb(144, 140, 204)
Tritanopia (Blue-blind)
#80C6C5 — rgb(128, 198, 197)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 54%, 67%);
text
color: hsl(207, 54%, 67%);
border
border: 2px solid hsl(207, 54%, 67%);
gradient light
background: linear-gradient(to right, hsl(207, 54%, 87%), hsl(207, 54%, 67%));
gradient dark
background: linear-gradient(to right, hsl(207, 54%, 67%), hsl(207, 54%, 47%))
hex
background-color: #7DAFD8;
tailwind
bg-[hsl(207,54%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 54%, 67%, 0.4);
css variable
--color-primary: hsl(207, 54%, 67%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 54%, 67%)?
HEX: #7DAFD8 | RGB: rgb(125, 175, 216) | CMYK: 42%, 19%, 0%, 15% | HSV: 207°, 42%, 85%. Copy any format from the conversion table above.
What colors go well with #7DAFD8?
The complementary color is HSL(27, 54%, 67%). 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, 54%, 67%) in CSS?
As HSL: color: hsl(207, 54%, 67%); — As HEX: color: #7DAFD8; — As RGB: color: rgb(125, 175, 216); — Tailwind CSS: bg-[hsl(207,54%,67%)] — CSS variable: --color-primary: hsl(207, 54%, 67%);