#cdcff8
a pale, electric blue · warm · closest name: lavender
RGB
205, 207, 248
HSL
237°, 75%, 89%
CMYK
17, 17, 0, 3
Luminance
0.6438
Every format
| HEX | #cdcff8 |
| RGB | rgb(205, 207, 248) |
| HSL | hsl(237, 75%, 89%) |
| CMYK | cmyk(17%, 17%, 0%, 3%) |
| LAB | lab(84.2 7.5 -20.3) |
| LCH | lch(84.2 21.6 290.2) |
| OKLCH | oklch(0.866 0.057 282.9) |
Copy-ready code
/* CSS */
color: #cdcff8;
background-color: #cdcff8;
/* Tailwind (arbitrary) */
class="text-[#cdcff8] bg-[#cdcff8]"
/* SCSS */
$brand: #cdcff8;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.973)
/* Android */
Color.parseColor("#cdcff8")Accessibility — WCAG contrast
Aa
#cdcff8 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcff8 on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue97.3%
CMYK percentages
Cyan17.3%
Magenta16.5%
Yellow0.0%
Key (black)2.7%
Color previews
#cdcff8 text on a black background
contrast 13.88:1
Card sample
#cdcff8 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcff8;
Background color
Panel with #cdcff8 background
background-color: #cdcff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcff8; background: linear-gradient(135deg, #cdcff8, #E8CDF8);