#c4dafc
a pale, electric blue · cool · closest name: lavender
RGB
196, 218, 252
HSL
216°, 90%, 88%
CMYK
22, 14, 0, 1
Luminance
0.6891
Every format
| HEX | #c4dafc |
| RGB | rgb(196, 218, 252) |
| HSL | hsl(216, 90%, 88%) |
| CMYK | cmyk(22%, 14%, 0%, 1%) |
| LAB | lab(86.5 -0.2 -19.0) |
| LCH | lch(86.5 19.0 269.4) |
| OKLCH | oklch(0.883 0.053 259.0) |
Copy-ready code
/* CSS */
color: #c4dafc;
background-color: #c4dafc;
/* Tailwind (arbitrary) */
class="text-[#c4dafc] bg-[#c4dafc]"
/* SCSS */
$brand: #c4dafc;
/* SwiftUI */
Color(red: 0.769, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#c4dafc")Accessibility — WCAG contrast
Aa
#c4dafc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4dafc on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green85.5%
Blue98.8%
CMYK percentages
Cyan22.2%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#c4dafc text on a black background
contrast 14.78:1
Card sample
#c4dafc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4dafc;
Background color
Panel with #c4dafc background
background-color: #c4dafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4dafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4dafc; background: linear-gradient(135deg, #c4dafc, #D3C4FC);