HSL(230, 65%, 85%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(230,65%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 65%, 85%) | color: hsl(230, 65%, 85%) | |
| HEX | #C0C8F2 | color: #C0C8F2 | |
| RGB | rgb(192, 200, 242) | color: rgb(192, 200, 242) | |
| CMYK | cmyk(21%, 17%, 0%, 5%) | — | |
| HSV | hsv(230, 21%, 95%) | — | |
| HWB | hwb(230 75% 5%) | color: hwb(230 75% 5%) | |
| OKLCH | oklch(0.8405 0.0594 276.59) | color: oklch(0.8405 0.0594 276.59) | |
| Lab | lab(81.25 5.93 -21.6) | color: lab(81.25 5.93 -21.6) | |
| LCH | lch(81.25 22.4 285.35) | color: lch(81.25 22.4 285.35) |
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)
#C3C4E8 — rgb(195, 196, 232)
Deuteranopia (Green-blind)
#C3C2E5 — rgb(195, 194, 229)
Tritanopia (Blue-blind)
#C0E0DE — rgb(192, 224, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 65%, 85%);
text
color: hsl(230, 65%, 85%);
border
border: 2px solid hsl(230, 65%, 85%);
gradient light
background: linear-gradient(to right, hsl(230, 65%, 100%), hsl(230, 65%, 85%));
gradient dark
background: linear-gradient(to right, hsl(230, 65%, 85%), hsl(230, 65%, 65%))
hex
background-color: #C0C8F2;
tailwind
bg-[hsl(230,65%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 65%, 85%, 0.4);
css variable
--color-primary: hsl(230, 65%, 85%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 65%, 85%)?
HEX: #C0C8F2 | RGB: rgb(192, 200, 242) | CMYK: 21%, 17%, 0%, 5% | HSV: 230°, 21%, 95%. Copy any format from the conversion table above.
What colors go well with #C0C8F2?
The complementary color is HSL(50, 65%, 85%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 65%, 85%) in CSS?
As HSL: color: hsl(230, 65%, 85%); — As HEX: color: #C0C8F2; — As RGB: color: rgb(192, 200, 242); — Tailwind CSS: bg-[hsl(230,65%,85%)] — CSS variable: --color-primary: hsl(230, 65%, 85%);