#c4cbfd
a pale, electric blue · warm · closest name: lavender
RGB
196, 203, 253
HSL
233°, 93%, 88%
CMYK
23, 20, 0, 1
Luminance
0.6154
Every format
| HEX | #c4cbfd |
| RGB | rgb(196, 203, 253) |
| HSL | hsl(233, 93%, 88%) |
| CMYK | cmyk(23%, 20%, 0%, 1%) |
| LAB | lab(82.7 8.0 -25.3) |
| LCH | lch(82.7 26.5 287.5) |
| OKLCH | oklch(0.854 0.070 278.6) |
Copy-ready code
/* CSS */
color: #c4cbfd;
background-color: #c4cbfd;
/* Tailwind (arbitrary) */
class="text-[#c4cbfd] bg-[#c4cbfd]"
/* SCSS */
$brand: #c4cbfd;
/* SwiftUI */
Color(red: 0.769, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#c4cbfd")Accessibility — WCAG contrast
Aa
#c4cbfd on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4cbfd on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green79.6%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#c4cbfd text on a black background
contrast 13.31:1
Card sample
#c4cbfd text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4cbfd;
Background color
Panel with #c4cbfd background
background-color: #c4cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4cbfd; background: linear-gradient(135deg, #c4cbfd, #E3C4FD);