HSL(237, 25%, 81%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,25%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 25%, 81%) | color: hsl(237, 25%, 81%) | |
| HEX | #C2C4DB | color: #C2C4DB | |
| RGB | rgb(194, 196, 219) | color: rgb(194, 196, 219) | |
| CMYK | cmyk(11%, 11%, 0%, 14%) | — | |
| HSV | hsv(235, 11%, 86%) | — | |
| HWB | hwb(235 77% 14%) | color: hwb(235 77% 14%) | |
| OKLCH | oklch(0.8259 0.0321 281.72) | color: oklch(0.8259 0.0321 281.72) | |
| Lab | lab(79.65 3.8 -11.67) | color: lab(79.65 3.8 -11.67) | |
| LCH | lch(79.65 12.27 288.04) | color: lch(79.65 12.27 288.04) |
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)
#C3C3D5 — rgb(195, 195, 213)
Deuteranopia (Green-blind)
#C3C3D4 — rgb(195, 195, 212)
Tritanopia (Blue-blind)
#C2D1D0 — rgb(194, 209, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 25%, 81%);
text
color: hsl(237, 25%, 81%);
border
border: 2px solid hsl(237, 25%, 81%);
gradient light
background: linear-gradient(to right, hsl(237, 25%, 100%), hsl(237, 25%, 81%));
gradient dark
background: linear-gradient(to right, hsl(237, 25%, 81%), hsl(237, 25%, 61%))
hex
background-color: #C2C4DB;
tailwind
bg-[hsl(237,25%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 25%, 81%, 0.4);
css variable
--color-primary: hsl(237, 25%, 81%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 25%, 81%)?
HEX: #C2C4DB | RGB: rgb(194, 196, 219) | CMYK: 11%, 11%, 0%, 14% | HSV: 235°, 11%, 86%. Copy any format from the conversion table above.
What colors go well with #C2C4DB?
The complementary color is HSL(57, 25%, 81%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 25%, 81%) in CSS?
As HSL: color: hsl(237, 25%, 81%); — As HEX: color: #C2C4DB; — As RGB: color: rgb(194, 196, 219); — Tailwind CSS: bg-[hsl(237,25%,81%)] — CSS variable: --color-primary: hsl(237, 25%, 81%);