#cdd4f3
a pale, vivid blue · warm · closest name: lavender
RGB
205, 212, 243
HSL
229°, 61%, 88%
CMYK
16, 13, 0, 5
Luminance
0.6654
Every format
| HEX | #cdd4f3 |
| RGB | rgb(205, 212, 243) |
| HSL | hsl(229, 61%, 88%) |
| CMYK | cmyk(16%, 13%, 0%, 5%) |
| LAB | lab(85.3 3.8 -16.0) |
| LCH | lch(85.3 16.4 283.3) |
| OKLCH | oklch(0.874 0.043 275.4) |
Copy-ready code
/* CSS */
color: #cdd4f3;
background-color: #cdd4f3;
/* Tailwind (arbitrary) */
class="text-[#cdd4f3] bg-[#cdd4f3]"
/* SCSS */
$brand: #cdd4f3;
/* SwiftUI */
Color(red: 0.804, green: 0.831, blue: 0.953)
/* Android */
Color.parseColor("#cdd4f3")Accessibility — WCAG contrast
Aa
#cdd4f3 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd4f3 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.1%
Blue95.3%
CMYK percentages
Cyan15.6%
Magenta12.8%
Yellow0.0%
Key (black)4.7%
Color previews
#cdd4f3 text on a black background
contrast 14.31:1
Card sample
#cdd4f3 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd4f3;
Background color
Panel with #cdd4f3 background
background-color: #cdd4f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd4f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 212, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 212, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd4f3; background: linear-gradient(135deg, #cdd4f3, #DFCDF3);