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