HSL(233, 48%, 85%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,48%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 48%, 85%) | color: hsl(233, 48%, 85%) | |
| HEX | #C6CBEB | color: #C6CBEB | |
| RGB | rgb(198, 203, 235) | color: rgb(198, 203, 235) | |
| CMYK | cmyk(16%, 14%, 0%, 8%) | — | |
| HSV | hsv(232, 16%, 92%) | — | |
| HWB | hwb(232 77% 8%) | color: hwb(232 77% 8%) | |
| OKLCH | oklch(0.8484 0.0448 278.38) | color: oklch(0.8484 0.0448 278.38) | |
| Lab | lab(82.23 4.67 -16.35) | color: lab(82.23 4.67 -16.35) | |
| LCH | lch(82.23 17 285.94) | color: lch(82.23 17 285.94) |
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)
#C8C8E3 — rgb(200, 200, 227)
Deuteranopia (Green-blind)
#C8C8E1 — rgb(200, 200, 225)
Tritanopia (Blue-blind)
#C6DDDC — rgb(198, 221, 220)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 48%, 85%);
text
color: hsl(233, 48%, 85%);
border
border: 2px solid hsl(233, 48%, 85%);
gradient light
background: linear-gradient(to right, hsl(233, 48%, 100%), hsl(233, 48%, 85%));
gradient dark
background: linear-gradient(to right, hsl(233, 48%, 85%), hsl(233, 48%, 65%))
hex
background-color: #C6CBEB;
tailwind
bg-[hsl(233,48%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 48%, 85%, 0.4);
css variable
--color-primary: hsl(233, 48%, 85%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 48%, 85%)?
HEX: #C6CBEB | RGB: rgb(198, 203, 235) | CMYK: 16%, 14%, 0%, 8% | HSV: 232°, 16%, 92%. Copy any format from the conversion table above.
What colors go well with #C6CBEB?
The complementary color is HSL(53, 48%, 85%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 48%, 85%) in CSS?
As HSL: color: hsl(233, 48%, 85%); — As HEX: color: #C6CBEB; — As RGB: color: rgb(198, 203, 235); — Tailwind CSS: bg-[hsl(233,48%,85%)] — CSS variable: --color-primary: hsl(233, 48%, 85%);