#c4d5ff
a pale, electric blue · cool · closest name: lavender
RGB
196, 213, 255
HSL
223°, 100%, 88%
CMYK
23, 17, 0, 0
Luminance
0.6654
Every format
| HEX | #c4d5ff |
| RGB | rgb(196, 213, 255) |
| HSL | hsl(223, 100%, 88%) |
| CMYK | cmyk(23%, 17%, 0%, 0%) |
| LAB | lab(85.3 3.1 -22.4) |
| LCH | lch(85.3 22.6 277.9) |
| OKLCH | oklch(0.874 0.061 267.8) |
Copy-ready code
/* CSS */
color: #c4d5ff;
background-color: #c4d5ff;
/* Tailwind (arbitrary) */
class="text-[#c4d5ff] bg-[#c4d5ff]"
/* SCSS */
$brand: #c4d5ff;
/* SwiftUI */
Color(red: 0.769, green: 0.835, blue: 1.000)
/* Android */
Color.parseColor("#c4d5ff")Accessibility — WCAG contrast
Aa
#c4d5ff on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4d5ff on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green83.5%
Blue100.0%
CMYK percentages
Cyan23.1%
Magenta16.5%
Yellow0.0%
Key (black)0.0%
Color previews
#c4d5ff text on a black background
contrast 14.31:1
Card sample
#c4d5ff text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4d5ff;
Background color
Panel with #c4d5ff background
background-color: #c4d5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4d5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 213, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 213, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4d5ff; background: linear-gradient(135deg, #c4d5ff, #DAC4FF);