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