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