HSL(248, 41%, 81%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(248,41%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(248, 41%, 81%) | color: hsl(248, 41%, 81%) | |
| HEX | #C0BBE2 | color: #C0BBE2 | |
| RGB | rgb(192, 187, 226) | color: rgb(192, 187, 226) | |
| CMYK | cmyk(15%, 17%, 0%, 11%) | — | |
| HSV | hsv(248, 17%, 89%) | — | |
| HWB | hwb(248 74% 11%) | color: hwb(248 74% 11%) | |
| OKLCH | oklch(0.8089 0.0547 291) | color: oklch(0.8089 0.0547 291) | |
| Lab | lab(77.42 9.46 -18.8) | color: lab(77.42 9.46 -18.8) | |
| LCH | lch(77.42 21.05 296.71) | color: lch(77.42 21.05 296.71) |
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)
#BEBED9 — rgb(190, 190, 217)
Deuteranopia (Green-blind)
#BEBFD6 — rgb(190, 191, 214)
Tritanopia (Blue-blind)
#C0D1CF — rgb(192, 209, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(248, 41%, 81%);
text
color: hsl(248, 41%, 81%);
border
border: 2px solid hsl(248, 41%, 81%);
gradient light
background: linear-gradient(to right, hsl(248, 41%, 100%), hsl(248, 41%, 81%));
gradient dark
background: linear-gradient(to right, hsl(248, 41%, 81%), hsl(248, 41%, 61%))
hex
background-color: #C0BBE2;
tailwind
bg-[hsl(248,41%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(248, 41%, 81%, 0.4);
css variable
--color-primary: hsl(248, 41%, 81%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(248, 41%, 81%)?
HEX: #C0BBE2 | RGB: rgb(192, 187, 226) | CMYK: 15%, 17%, 0%, 11% | HSV: 248°, 17%, 89%. Copy any format from the conversion table above.
What colors go well with #C0BBE2?
The complementary color is HSL(68, 41%, 81%). For a triadic harmony, use hues 248°, 8°, and 128°. For analogous combinations, try hues 218° and 278°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(248, 41%, 81%) in CSS?
As HSL: color: hsl(248, 41%, 81%); — As HEX: color: #C0BBE2; — As RGB: color: rgb(192, 187, 226); — Tailwind CSS: bg-[hsl(248,41%,81%)] — CSS variable: --color-primary: hsl(248, 41%, 81%);