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