#cddfff
a pale, electric blue · cool · closest name: lavender
RGB
205, 223, 255
HSL
218°, 100%, 90%
CMYK
20, 13, 0, 0
Luminance
0.7297
Every format
| HEX | #cddfff |
| RGB | rgb(205, 223, 255) |
| HSL | hsl(218, 100%, 90%) |
| CMYK | cmyk(20%, 13%, 0%, 0%) |
| LAB | lab(88.4 0.5 -17.5) |
| LCH | lch(88.4 17.6 271.8) |
| OKLCH | oklch(0.900 0.048 262.0) |
Copy-ready code
/* CSS */
color: #cddfff;
background-color: #cddfff;
/* Tailwind (arbitrary) */
class="text-[#cddfff] bg-[#cddfff]"
/* SCSS */
$brand: #cddfff;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#cddfff")Accessibility — WCAG contrast
Aa
#cddfff on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddfff on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#cddfff text on a black background
contrast 15.59:1
Card sample
#cddfff text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddfff;
Background color
Panel with #cddfff background
background-color: #cddfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddfff; background: linear-gradient(135deg, #cddfff, #DCCDFF);