#c4dbfd
a pale, electric blue · cool · closest name: lavender
RGB
196, 219, 253
HSL
216°, 93%, 88%
CMYK
23, 13, 0, 1
Luminance
0.6949
Every format
| HEX | #c4dbfd |
| RGB | rgb(196, 219, 253) |
| HSL | hsl(216, 93%, 88%) |
| CMYK | cmyk(23%, 13%, 0%, 1%) |
| LAB | lab(86.8 -0.5 -19.1) |
| LCH | lch(86.8 19.1 268.5) |
| OKLCH | oklch(0.885 0.053 258.0) |
Copy-ready code
/* CSS */
color: #c4dbfd;
background-color: #c4dbfd;
/* Tailwind (arbitrary) */
class="text-[#c4dbfd] bg-[#c4dbfd]"
/* SCSS */
$brand: #c4dbfd;
/* SwiftUI */
Color(red: 0.769, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#c4dbfd")Accessibility — WCAG contrast
Aa
#c4dbfd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4dbfd on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green85.9%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c4dbfd text on a black background
contrast 14.90:1
Card sample
#c4dbfd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4dbfd;
Background color
Panel with #c4dbfd background
background-color: #c4dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4dbfd; background: linear-gradient(135deg, #c4dbfd, #D3C4FD);