#cdcff2
a pale, vivid blue · warm · closest name: lavender
RGB
205, 207, 242
HSL
237°, 59%, 88%
CMYK
15, 15, 0, 5
Luminance
0.6402
Every format
| HEX | #cdcff2 |
| RGB | rgb(205, 207, 242) |
| HSL | hsl(237, 59%, 88%) |
| CMYK | cmyk(15%, 15%, 0%, 5%) |
| LAB | lab(84.0 6.2 -17.4) |
| LCH | lch(84.0 18.5 289.7) |
| OKLCH | oklch(0.864 0.048 282.7) |
Copy-ready code
/* CSS */
color: #cdcff2;
background-color: #cdcff2;
/* Tailwind (arbitrary) */
class="text-[#cdcff2] bg-[#cdcff2]"
/* SCSS */
$brand: #cdcff2;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.949)
/* Android */
Color.parseColor("#cdcff2")Accessibility — WCAG contrast
Aa
#cdcff2 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcff2 on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue94.9%
CMYK percentages
Cyan15.3%
Magenta14.5%
Yellow0.0%
Key (black)5.1%
Color previews
#cdcff2 text on a black background
contrast 13.80:1
Card sample
#cdcff2 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcff2;
Background color
Panel with #cdcff2 background
background-color: #cdcff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcff2; background: linear-gradient(135deg, #cdcff2, #E4CDF2);