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