HSL(251, 44%, 82%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(251,44%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(251, 44%, 82%) | color: hsl(251, 44%, 82%) | |
| HEX | #C4BDE5 | color: #C4BDE5 | |
| RGB | rgb(196, 189, 229) | color: rgb(196, 189, 229) | |
| CMYK | cmyk(14%, 17%, 0%, 10%) | — | |
| HSV | hsv(251, 17%, 90%) | — | |
| HWB | hwb(251 75% 10%) | color: hwb(251 75% 10%) | |
| OKLCH | oklch(0.8171 0.0561 293.14) | color: oklch(0.8171 0.0561 293.14) | |
| Lab | lab(78.34 10.29 -19.01) | color: lab(78.34 10.29 -19.01) | |
| LCH | lch(78.34 21.62 298.43) | color: lch(78.34 21.62 298.43) |
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)
#C1C1DB — rgb(193, 193, 219)
Deuteranopia (Green-blind)
#C1C2D9 — rgb(193, 194, 217)
Tritanopia (Blue-blind)
#C4D4D2 — rgb(196, 212, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(251, 44%, 82%);
text
color: hsl(251, 44%, 82%);
border
border: 2px solid hsl(251, 44%, 82%);
gradient light
background: linear-gradient(to right, hsl(251, 44%, 100%), hsl(251, 44%, 82%));
gradient dark
background: linear-gradient(to right, hsl(251, 44%, 82%), hsl(251, 44%, 62%))
hex
background-color: #C4BDE5;
tailwind
bg-[hsl(251,44%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(251, 44%, 82%, 0.4);
css variable
--color-primary: hsl(251, 44%, 82%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(251, 44%, 82%)?
HEX: #C4BDE5 | RGB: rgb(196, 189, 229) | CMYK: 14%, 17%, 0%, 10% | HSV: 251°, 17%, 90%. Copy any format from the conversion table above.
What colors go well with #C4BDE5?
The complementary color is HSL(71, 44%, 82%). For a triadic harmony, use hues 251°, 11°, and 131°. For analogous combinations, try hues 221° and 281°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(251, 44%, 82%) in CSS?
As HSL: color: hsl(251, 44%, 82%); — As HEX: color: #C4BDE5; — As RGB: color: rgb(196, 189, 229); — Tailwind CSS: bg-[hsl(251,44%,82%)] — CSS variable: --color-primary: hsl(251, 44%, 82%);