#c4cbf2
a pale, vivid blue · warm · closest name: lavender
RGB
196, 203, 242
HSL
231°, 64%, 86%
CMYK
19, 16, 0, 5
Luminance
0.6086
Every format
| HEX | #c4cbf2 |
| RGB | rgb(196, 203, 242) |
| HSL | hsl(231, 64%, 86%) |
| CMYK | cmyk(19%, 16%, 0%, 5%) |
| LAB | lab(82.3 5.5 -20.0) |
| LCH | lch(82.3 20.7 285.5) |
| OKLCH | oklch(0.849 0.055 277.2) |
Copy-ready code
/* CSS */
color: #c4cbf2;
background-color: #c4cbf2;
/* Tailwind (arbitrary) */
class="text-[#c4cbf2] bg-[#c4cbf2]"
/* SCSS */
$brand: #c4cbf2;
/* SwiftUI */
Color(red: 0.769, green: 0.796, blue: 0.949)
/* Android */
Color.parseColor("#c4cbf2")Accessibility — WCAG contrast
Aa
#c4cbf2 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4cbf2 on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green79.6%
Blue94.9%
CMYK percentages
Cyan19.0%
Magenta16.1%
Yellow0.0%
Key (black)5.1%
Color previews
#c4cbf2 text on a black background
contrast 13.17:1
Card sample
#c4cbf2 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4cbf2;
Background color
Panel with #c4cbf2 background
background-color: #c4cbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4cbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 203, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 203, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4cbf2; background: linear-gradient(135deg, #c4cbf2, #DCC4F2);