HSL(229, 55%, 67%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(229,55%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(229, 55%, 67%) | color: hsl(229, 55%, 67%) | |
| HEX | #7D8ED9 | color: #7D8ED9 | |
| RGB | rgb(125, 142, 217) | color: rgb(125, 142, 217) | |
| CMYK | cmyk(42%, 35%, 0%, 15%) | — | |
| HSV | hsv(229, 42%, 85%) | — | |
| HWB | hwb(229 49% 15%) | color: hwb(229 49% 15%) | |
| OKLCH | oklch(0.6644 0.1133 273.24) | color: oklch(0.6644 0.1133 273.24) | |
| Lab | lab(60.53 13.01 -40.31) | color: lab(60.53 13.01 -40.31) | |
| LCH | lch(60.53 42.36 287.89) | color: lch(60.53 42.36 287.89) |
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)
#8485C7 — rgb(132, 133, 199)
Deuteranopia (Green-blind)
#8382C3 — rgb(131, 130, 195)
Tritanopia (Blue-blind)
#7EB9B5 — rgb(126, 185, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(229, 55%, 67%);
text
color: hsl(229, 55%, 67%);
border
border: 2px solid hsl(229, 55%, 67%);
gradient light
background: linear-gradient(to right, hsl(229, 55%, 87%), hsl(229, 55%, 67%));
gradient dark
background: linear-gradient(to right, hsl(229, 55%, 67%), hsl(229, 55%, 47%))
hex
background-color: #7D8ED9;
tailwind
bg-[hsl(229,55%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(229, 55%, 67%, 0.4);
css variable
--color-primary: hsl(229, 55%, 67%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(229, 55%, 67%)?
HEX: #7D8ED9 | RGB: rgb(125, 142, 217) | CMYK: 42%, 35%, 0%, 15% | HSV: 229°, 42%, 85%. Copy any format from the conversion table above.
What colors go well with #7D8ED9?
The complementary color is HSL(49, 55%, 67%). For a triadic harmony, use hues 229°, 349°, and 109°. For analogous combinations, try hues 199° and 259°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(229, 55%, 67%) in CSS?
As HSL: color: hsl(229, 55%, 67%); — As HEX: color: #7D8ED9; — As RGB: color: rgb(125, 142, 217); — Tailwind CSS: bg-[hsl(229,55%,67%)] — CSS variable: --color-primary: hsl(229, 55%, 67%);