#cdcef9
a pale, electric blue · warm · closest name: lavender
RGB
205, 206, 249
HSL
239°, 79%, 89%
CMYK
18, 17, 0, 2
Luminance
0.6396
Every format
| HEX | #cdcef9 |
| RGB | rgb(205, 206, 249) |
| HSL | hsl(239, 79%, 89%) |
| CMYK | cmyk(18%, 17%, 0%, 2%) |
| LAB | lab(84.0 8.2 -21.1) |
| LCH | lch(84.0 22.7 291.3) |
| OKLCH | oklch(0.865 0.059 284.0) |
Copy-ready code
/* CSS */
color: #cdcef9;
background-color: #cdcef9;
/* Tailwind (arbitrary) */
class="text-[#cdcef9] bg-[#cdcef9]"
/* SCSS */
$brand: #cdcef9;
/* SwiftUI */
Color(red: 0.804, green: 0.808, blue: 0.976)
/* Android */
Color.parseColor("#cdcef9")Accessibility — WCAG contrast
Aa
#cdcef9 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcef9 on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.8%
Blue97.6%
CMYK percentages
Cyan17.7%
Magenta17.3%
Yellow0.0%
Key (black)2.4%
Color previews
#cdcef9 text on a black background
contrast 13.79:1
Card sample
#cdcef9 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcef9;
Background color
Panel with #cdcef9 background
background-color: #cdcef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 206, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 206, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcef9; background: linear-gradient(135deg, #cdcef9, #E9CDF9);