#cdd7f3
a pale, vivid blue · cool · closest name: lavender
RGB
205, 215, 243
HSL
224°, 61%, 88%
CMYK
16, 12, 0, 5
Luminance
0.6805
Every format
| HEX | #cdd7f3 |
| RGB | rgb(205, 215, 243) |
| HSL | hsl(224, 61%, 88%) |
| CMYK | cmyk(16%, 12%, 0%, 5%) |
| LAB | lab(86.0 2.2 -14.8) |
| LCH | lch(86.0 15.0 278.4) |
| OKLCH | oklch(0.880 0.040 270.0) |
Copy-ready code
/* CSS */
color: #cdd7f3;
background-color: #cdd7f3;
/* Tailwind (arbitrary) */
class="text-[#cdd7f3] bg-[#cdd7f3]"
/* SCSS */
$brand: #cdd7f3;
/* SwiftUI */
Color(red: 0.804, green: 0.843, blue: 0.953)
/* Android */
Color.parseColor("#cdd7f3")Accessibility — WCAG contrast
Aa
#cdd7f3 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd7f3 on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.3%
Blue95.3%
CMYK percentages
Cyan15.6%
Magenta11.5%
Yellow0.0%
Key (black)4.7%
Color previews
#cdd7f3 text on a black background
contrast 14.61:1
Card sample
#cdd7f3 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd7f3;
Background color
Panel with #cdd7f3 background
background-color: #cdd7f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd7f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 215, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 215, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd7f3; background: linear-gradient(135deg, #cdd7f3, #DCCDF3);