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