HSL(232, 20%, 82%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,20%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 20%, 82%) | color: hsl(232, 20%, 82%) | |
| HEX | #C8CADA | color: #C8CADA | |
| RGB | rgb(200, 202, 218) | color: rgb(200, 202, 218) | |
| CMYK | cmyk(8%, 7%, 0%, 15%) | — | |
| HSV | hsv(233, 8%, 85%) | — | |
| HWB | hwb(233 78% 15%) | color: hwb(233 78% 15%) | |
| OKLCH | oklch(0.8423 0.0223 280.22) | color: oklch(0.8423 0.0223 280.22) | |
| Lab | lab(81.61 2.37 -8.16) | color: lab(81.61 2.37 -8.16) | |
| LCH | lch(81.61 8.5 286.2) | color: lch(81.61 8.5 286.2) |
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)
#C9C9D6 — rgb(201, 201, 214)
Deuteranopia (Green-blind)
#C9C9D5 — rgb(201, 201, 213)
Tritanopia (Blue-blind)
#C8D3D2 — rgb(200, 211, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 20%, 82%);
text
color: hsl(232, 20%, 82%);
border
border: 2px solid hsl(232, 20%, 82%);
gradient light
background: linear-gradient(to right, hsl(232, 20%, 100%), hsl(232, 20%, 82%));
gradient dark
background: linear-gradient(to right, hsl(232, 20%, 82%), hsl(232, 20%, 62%))
hex
background-color: #C8CADA;
tailwind
bg-[hsl(232,20%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 20%, 82%, 0.4);
css variable
--color-primary: hsl(232, 20%, 82%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 20%, 82%)?
HEX: #C8CADA | RGB: rgb(200, 202, 218) | CMYK: 8%, 7%, 0%, 15% | HSV: 233°, 8%, 85%. Copy any format from the conversion table above.
What colors go well with #C8CADA?
The complementary color is HSL(52, 20%, 82%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 20%, 82%) in CSS?
As HSL: color: hsl(232, 20%, 82%); — As HEX: color: #C8CADA; — As RGB: color: rgb(200, 202, 218); — Tailwind CSS: bg-[hsl(232,20%,82%)] — CSS variable: --color-primary: hsl(232, 20%, 82%);