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