#c2cee4
a light, soft blue · cool · closest name: lavender
RGB
194, 206, 228
HSL
219°, 39%, 83%
CMYK
15, 10, 0, 11
Luminance
0.6121
Every format
| HEX | #c2cee4 |
| RGB | rgb(194, 206, 228) |
| HSL | hsl(219, 39%, 83%) |
| CMYK | cmyk(15%, 10%, 0%, 11%) |
| LAB | lab(82.5 0.3 -12.2) |
| LCH | lch(82.5 12.2 271.6) |
| OKLCH | oklch(0.849 0.033 262.7) |
Copy-ready code
/* CSS */
color: #c2cee4;
background-color: #c2cee4;
/* Tailwind (arbitrary) */
class="text-[#c2cee4] bg-[#c2cee4]"
/* SCSS */
$brand: #c2cee4;
/* SwiftUI */
Color(red: 0.761, green: 0.808, blue: 0.894)
/* Android */
Color.parseColor("#c2cee4")Accessibility — WCAG contrast
Aa
#c2cee4 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cee4 on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.8%
Blue89.4%
CMYK percentages
Cyan14.9%
Magenta9.6%
Yellow0.0%
Key (black)10.6%
Color previews
#c2cee4 text on a black background
contrast 13.24:1
Card sample
#c2cee4 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cee4;
Background color
Panel with #c2cee4 background
background-color: #c2cee4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cee4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 206, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 206, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cee4; background: linear-gradient(135deg, #c2cee4, #CDC2E4);