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