HSL(237, 17%, 83%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(237,17%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 17%, 83%) | color: hsl(237, 17%, 83%) | |
| HEX | #CCCDDB | color: #CCCDDB | |
| RGB | rgb(204, 205, 219) | color: rgb(204, 205, 219) | |
| CMYK | cmyk(7%, 6%, 0%, 14%) | — | |
| HSV | hsv(236, 7%, 86%) | — | |
| HWB | hwb(236 80% 14%) | color: hwb(236 80% 14%) | |
| OKLCH | oklch(0.8518 0.0193 282.71) | color: oklch(0.8518 0.0193 282.71) | |
| Lab | lab(82.71 2.3 -7.04) | color: lab(82.71 2.3 -7.04) | |
| LCH | lch(82.71 7.41 288.09) | color: lch(82.71 7.41 288.09) |
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)
#CCCCD8 — rgb(204, 204, 216)
Deuteranopia (Green-blind)
#CCCCD7 — rgb(204, 204, 215)
Tritanopia (Blue-blind)
#CCD5D4 — rgb(204, 213, 212)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 17%, 83%);
text
color: hsl(237, 17%, 83%);
border
border: 2px solid hsl(237, 17%, 83%);
gradient light
background: linear-gradient(to right, hsl(237, 17%, 100%), hsl(237, 17%, 83%));
gradient dark
background: linear-gradient(to right, hsl(237, 17%, 83%), hsl(237, 17%, 63%))
hex
background-color: #CCCDDB;
tailwind
bg-[hsl(237,17%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 17%, 83%, 0.4);
css variable
--color-primary: hsl(237, 17%, 83%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 17%, 83%)?
HEX: #CCCDDB | RGB: rgb(204, 205, 219) | CMYK: 7%, 6%, 0%, 14% | HSV: 236°, 7%, 86%. Copy any format from the conversion table above.
What colors go well with #CCCDDB?
The complementary color is HSL(57, 17%, 83%). 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, 17%, 83%) in CSS?
As HSL: color: hsl(237, 17%, 83%); — As HEX: color: #CCCDDB; — As RGB: color: rgb(204, 205, 219); — Tailwind CSS: bg-[hsl(237,17%,83%)] — CSS variable: --color-primary: hsl(237, 17%, 83%);