#cccdfc
a pale, electric blue · warm · closest name: lavender
RGB
204, 205, 252
HSL
239°, 89%, 89%
CMYK
19, 19, 0, 1
Luminance
0.6353
Every format
| HEX | #cccdfc |
| RGB | rgb(204, 205, 252) |
| HSL | hsl(239, 89%, 89%) |
| CMYK | cmyk(19%, 19%, 0%, 1%) |
| LAB | lab(83.7 9.1 -23.1) |
| LCH | lch(83.7 24.8 291.5) |
| OKLCH | oklch(0.863 0.065 284.0) |
Copy-ready code
/* CSS */
color: #cccdfc;
background-color: #cccdfc;
/* Tailwind (arbitrary) */
class="text-[#cccdfc] bg-[#cccdfc]"
/* SCSS */
$brand: #cccdfc;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#cccdfc")Accessibility — WCAG contrast
Aa
#cccdfc on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccdfc on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue98.8%
CMYK percentages
Cyan19.0%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#cccdfc text on a black background
contrast 13.71:1
Card sample
#cccdfc text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccdfc;
Background color
Panel with #cccdfc background
background-color: #cccdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccdfc; background: linear-gradient(135deg, #cccdfc, #EBCCFC);