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