#cccdfe
a pale, electric blue · warm · closest name: lavender
RGB
204, 205, 254
HSL
239°, 96%, 90%
CMYK
20, 19, 0, 0
Luminance
0.6366
Every format
| HEX | #cccdfe |
| RGB | rgb(204, 205, 254) |
| HSL | hsl(239, 96%, 90%) |
| CMYK | cmyk(20%, 19%, 0%, 0%) |
| LAB | lab(83.8 9.5 -24.1) |
| LCH | lch(83.8 25.9 291.6) |
| OKLCH | oklch(0.864 0.068 284.0) |
Copy-ready code
/* CSS */
color: #cccdfe;
background-color: #cccdfe;
/* Tailwind (arbitrary) */
class="text-[#cccdfe] bg-[#cccdfe]"
/* SCSS */
$brand: #cccdfe;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#cccdfe")Accessibility — WCAG contrast
Aa
#cccdfe on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccdfe on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue99.6%
CMYK percentages
Cyan19.7%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#cccdfe text on a black background
contrast 13.73:1
Card sample
#cccdfe text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccdfe;
Background color
Panel with #cccdfe background
background-color: #cccdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccdfe; background: linear-gradient(135deg, #cccdfe, #ECCCFE);