HSL(218, 45%, 83%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(218,45%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(218, 45%, 83%) | color: hsl(218, 45%, 83%) | |
| HEX | #C0CEE7 | color: #C0CEE7 | |
| RGB | rgb(192, 206, 231) | color: rgb(192, 206, 231) | |
| CMYK | cmyk(17%, 11%, 0%, 9%) | — | |
| HSV | hsv(218, 17%, 91%) | — | |
| HWB | hwb(218 76% 9%) | color: hwb(218 76% 9%) | |
| OKLCH | oklch(0.8487 0.0381 262.13) | color: oklch(0.8487 0.0381 262.13) | |
| Lab | lab(82.44 0.34 -13.93) | color: lab(82.44 0.34 -13.93) | |
| LCH | lch(82.44 13.93 271.4) | color: lch(82.44 13.93 271.4) |
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)
#C6C6E1 — rgb(198, 198, 225)
Deuteranopia (Green-blind)
#C5C4E0 — rgb(197, 196, 224)
Tritanopia (Blue-blind)
#C1DCDB — rgb(193, 220, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(218, 45%, 83%);
text
color: hsl(218, 45%, 83%);
border
border: 2px solid hsl(218, 45%, 83%);
gradient light
background: linear-gradient(to right, hsl(218, 45%, 100%), hsl(218, 45%, 83%));
gradient dark
background: linear-gradient(to right, hsl(218, 45%, 83%), hsl(218, 45%, 63%))
hex
background-color: #C0CEE7;
tailwind
bg-[hsl(218,45%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(218, 45%, 83%, 0.4);
css variable
--color-primary: hsl(218, 45%, 83%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(218, 45%, 83%)?
HEX: #C0CEE7 | RGB: rgb(192, 206, 231) | CMYK: 17%, 11%, 0%, 9% | HSV: 218°, 17%, 91%. Copy any format from the conversion table above.
What colors go well with #C0CEE7?
The complementary color is HSL(38, 45%, 83%). For a triadic harmony, use hues 218°, 338°, and 98°. For analogous combinations, try hues 188° and 248°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(218, 45%, 83%) in CSS?
As HSL: color: hsl(218, 45%, 83%); — As HEX: color: #C0CEE7; — As RGB: color: rgb(192, 206, 231); — Tailwind CSS: bg-[hsl(218,45%,83%)] — CSS variable: --color-primary: hsl(218, 45%, 83%);