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