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