#cdcff4
a pale, vivid blue · warm · closest name: lavender
RGB
205, 207, 244
HSL
237°, 64%, 88%
CMYK
16, 15, 0, 4
Luminance
0.6414
Every format
| HEX | #cdcff4 |
| RGB | rgb(205, 207, 244) |
| HSL | hsl(237, 64%, 88%) |
| CMYK | cmyk(16%, 15%, 0%, 4%) |
| LAB | lab(84.0 6.6 -18.4) |
| LCH | lch(84.0 19.5 289.9) |
| OKLCH | oklch(0.865 0.051 282.8) |
Copy-ready code
/* CSS */
color: #cdcff4;
background-color: #cdcff4;
/* Tailwind (arbitrary) */
class="text-[#cdcff4] bg-[#cdcff4]"
/* SCSS */
$brand: #cdcff4;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.957)
/* Android */
Color.parseColor("#cdcff4")Accessibility — WCAG contrast
Aa
#cdcff4 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcff4 on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue95.7%
CMYK percentages
Cyan16.0%
Magenta15.2%
Yellow0.0%
Key (black)4.3%
Color previews
#cdcff4 text on a black background
contrast 13.83:1
Card sample
#cdcff4 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcff4;
Background color
Panel with #cdcff4 background
background-color: #cdcff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcff4; background: linear-gradient(135deg, #cdcff4, #E5CDF4);