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