#c4daff
a pale, electric blue · cool · closest name: lavender
RGB
196, 218, 255
HSL
218°, 100%, 88%
CMYK
23, 15, 0, 0
Luminance
0.6910
Every format
| HEX | #c4daff |
| RGB | rgb(196, 218, 255) |
| HSL | hsl(218, 100%, 88%) |
| CMYK | cmyk(23%, 15%, 0%, 0%) |
| LAB | lab(86.5 0.5 -20.4) |
| LCH | lch(86.5 20.4 271.3) |
| OKLCH | oklch(0.884 0.057 260.8) |
Copy-ready code
/* CSS */
color: #c4daff;
background-color: #c4daff;
/* Tailwind (arbitrary) */
class="text-[#c4daff] bg-[#c4daff]"
/* SCSS */
$brand: #c4daff;
/* SwiftUI */
Color(red: 0.769, green: 0.855, blue: 1.000)
/* Android */
Color.parseColor("#c4daff")Accessibility — WCAG contrast
Aa
#c4daff on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4daff on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green85.5%
Blue100.0%
CMYK percentages
Cyan23.1%
Magenta14.5%
Yellow0.0%
Key (black)0.0%
Color previews
#c4daff text on a black background
contrast 14.82:1
Card sample
#c4daff text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4daff;
Background color
Panel with #c4daff background
background-color: #c4daff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4daff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 218, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 218, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4daff; background: linear-gradient(135deg, #c4daff, #D5C4FF);