#cdd9f9
a pale, electric blue · cool · closest name: lavender
RGB
205, 217, 249
HSL
224°, 79%, 89%
CMYK
18, 13, 0, 2
Luminance
0.6944
Every format
| HEX | #cdd9f9 |
| RGB | rgb(205, 217, 249) |
| HSL | hsl(224, 79%, 89%) |
| CMYK | cmyk(18%, 13%, 0%, 2%) |
| LAB | lab(86.7 2.4 -17.0) |
| LCH | lch(86.7 17.1 278.1) |
| OKLCH | oklch(0.886 0.046 269.2) |
Copy-ready code
/* CSS */
color: #cdd9f9;
background-color: #cdd9f9;
/* Tailwind (arbitrary) */
class="text-[#cdd9f9] bg-[#cdd9f9]"
/* SCSS */
$brand: #cdd9f9;
/* SwiftUI */
Color(red: 0.804, green: 0.851, blue: 0.976)
/* Android */
Color.parseColor("#cdd9f9")Accessibility — WCAG contrast
Aa
#cdd9f9 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd9f9 on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.1%
Blue97.6%
CMYK percentages
Cyan17.7%
Magenta12.9%
Yellow0.0%
Key (black)2.4%
Color previews
#cdd9f9 text on a black background
contrast 14.89:1
Card sample
#cdd9f9 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd9f9;
Background color
Panel with #cdd9f9 background
background-color: #cdd9f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd9f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 217, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 217, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd9f9; background: linear-gradient(135deg, #cdd9f9, #DECDF9);