HSL(243, 52%, 85%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(243,52%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(243, 52%, 85%) | color: hsl(243, 52%, 85%) | |
| HEX | #C7C5ED | color: #C7C5ED | |
| RGB | rgb(199, 197, 237) | color: rgb(199, 197, 237) | |
| CMYK | cmyk(16%, 17%, 0%, 7%) | — | |
| HSV | hsv(243, 17%, 93%) | — | |
| HWB | hwb(243 77% 7%) | color: hwb(243 77% 7%) | |
| OKLCH | oklch(0.8381 0.0555 287.43) | color: oklch(0.8381 0.0555 287.43) | |
| Lab | lab(80.84 8.62 -19.49) | color: lab(80.84 8.62 -19.49) | |
| LCH | lch(80.84 21.31 293.86) | color: lch(80.84 21.31 293.86) |
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)
#C6C6E3 — rgb(198, 198, 227)
Deuteranopia (Green-blind)
#C6C6E1 — rgb(198, 198, 225)
Tritanopia (Blue-blind)
#C7DCDA — rgb(199, 220, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(243, 52%, 85%);
text
color: hsl(243, 52%, 85%);
border
border: 2px solid hsl(243, 52%, 85%);
gradient light
background: linear-gradient(to right, hsl(243, 52%, 100%), hsl(243, 52%, 85%));
gradient dark
background: linear-gradient(to right, hsl(243, 52%, 85%), hsl(243, 52%, 65%))
hex
background-color: #C7C5ED;
tailwind
bg-[hsl(243,52%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(243, 52%, 85%, 0.4);
css variable
--color-primary: hsl(243, 52%, 85%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(243, 52%, 85%)?
HEX: #C7C5ED | RGB: rgb(199, 197, 237) | CMYK: 16%, 17%, 0%, 7% | HSV: 243°, 17%, 93%. Copy any format from the conversion table above.
What colors go well with #C7C5ED?
The complementary color is HSL(63, 52%, 85%). For a triadic harmony, use hues 243°, 3°, and 123°. For analogous combinations, try hues 213° and 273°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(243, 52%, 85%) in CSS?
As HSL: color: hsl(243, 52%, 85%); — As HEX: color: #C7C5ED; — As RGB: color: rgb(199, 197, 237); — Tailwind CSS: bg-[hsl(243,52%,85%)] — CSS variable: --color-primary: hsl(243, 52%, 85%);