#c4cbff
a pale, electric blue · warm · closest name: lavender
RGB
196, 203, 255
HSL
233°, 100%, 88%
CMYK
23, 20, 0, 0
Luminance
0.6167
Every format
| HEX | #c4cbff |
| RGB | rgb(196, 203, 255) |
| HSL | hsl(233, 100%, 88%) |
| CMYK | cmyk(23%, 20%, 0%, 0%) |
| LAB | lab(82.7 8.4 -26.2) |
| LCH | lch(82.7 27.6 287.8) |
| OKLCH | oklch(0.854 0.073 278.7) |
Copy-ready code
/* CSS */
color: #c4cbff;
background-color: #c4cbff;
/* Tailwind (arbitrary) */
class="text-[#c4cbff] bg-[#c4cbff]"
/* SCSS */
$brand: #c4cbff;
/* SwiftUI */
Color(red: 0.769, green: 0.796, blue: 1.000)
/* Android */
Color.parseColor("#c4cbff")Accessibility — WCAG contrast
Aa
#c4cbff on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4cbff on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green79.6%
Blue100.0%
CMYK percentages
Cyan23.1%
Magenta20.4%
Yellow0.0%
Key (black)0.0%
Color previews
#c4cbff text on a black background
contrast 13.33:1
Card sample
#c4cbff text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4cbff;
Background color
Panel with #c4cbff background
background-color: #c4cbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4cbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 203, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 203, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4cbff; background: linear-gradient(135deg, #c4cbff, #E4C4FF);