#ccddfe
a pale, electric blue · cool · closest name: lavender
RGB
204, 221, 254
HSL
220°, 96%, 90%
CMYK
20, 13, 0, 0
Luminance
0.7171
Every format
| HEX | #ccddfe |
| RGB | rgb(204, 221, 254) |
| HSL | hsl(220, 96%, 90%) |
| CMYK | cmyk(20%, 13%, 0%, 0%) |
| LAB | lab(87.8 1.1 -17.9) |
| LCH | lch(87.8 18.0 273.4) |
| OKLCH | oklch(0.895 0.049 263.7) |
Copy-ready code
/* CSS */
color: #ccddfe;
background-color: #ccddfe;
/* Tailwind (arbitrary) */
class="text-[#ccddfe] bg-[#ccddfe]"
/* SCSS */
$brand: #ccddfe;
/* SwiftUI */
Color(red: 0.800, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#ccddfe")Accessibility — WCAG contrast
Aa
#ccddfe on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccddfe on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green86.7%
Blue99.6%
CMYK percentages
Cyan19.7%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#ccddfe text on a black background
contrast 15.34:1
Card sample
#ccddfe text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccddfe;
Background color
Panel with #ccddfe background
background-color: #ccddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccddfe; background: linear-gradient(135deg, #ccddfe, #DCCCFE);