HSL(241, 19%, 83%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(241,19%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(241, 19%, 83%) | color: hsl(241, 19%, 83%) | |
| HEX | #CCCBDC | color: #CCCBDC | |
| RGB | rgb(204, 203, 220) | color: rgb(204, 203, 220) | |
| CMYK | cmyk(7%, 8%, 0%, 14%) | — | |
| HSV | hsv(244, 8%, 86%) | — | |
| HWB | hwb(244 79% 14%) | color: hwb(244 79% 14%) | |
| OKLCH | oklch(0.8481 0.0234 288.59) | color: oklch(0.8481 0.0234 288.59) | |
| Lab | lab(82.23 3.55 -8.29) | color: lab(82.23 3.55 -8.29) | |
| LCH | lch(82.23 9.02 293.18) | color: lch(82.23 9.02 293.18) |
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(241, 19%, 83%);
text
color: hsl(241, 19%, 83%);
border
border: 2px solid hsl(241, 19%, 83%);
gradient light
background: linear-gradient(to right, hsl(241, 19%, 100%), hsl(241, 19%, 83%));
gradient dark
background: linear-gradient(to right, hsl(241, 19%, 83%), hsl(241, 19%, 63%))
hex
background-color: #CCCBDC;
tailwind
bg-[hsl(241,19%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(241, 19%, 83%, 0.4);
css variable
--color-primary: hsl(241, 19%, 83%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(241, 19%, 83%)?
HEX: #CCCBDC | RGB: rgb(204, 203, 220) | CMYK: 7%, 8%, 0%, 14% | HSV: 244°, 8%, 86%. Copy any format from the conversion table above.
What colors go well with #CCCBDC?
The complementary color is HSL(61, 19%, 83%). For a triadic harmony, use hues 241°, 1°, and 121°. For analogous combinations, try hues 211° and 271°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(241, 19%, 83%) in CSS?
As HSL: color: hsl(241, 19%, 83%); — As HEX: color: #CCCBDC; — As RGB: color: rgb(204, 203, 220); — Tailwind CSS: bg-[hsl(241,19%,83%)] — CSS variable: --color-primary: hsl(241, 19%, 83%);