#cddfee
a pale, vivid blue · cool · closest name: lavender
RGB
205, 223, 238
HSL
207°, 49%, 87%
CMYK
14, 6, 0, 7
Luminance
0.7193
Every format
| HEX | #cddfee |
| RGB | rgb(205, 223, 238) |
| HSL | hsl(207, 49%, 87%) |
| CMYK | cmyk(14%, 6%, 0%, 7%) |
| LAB | lab(87.9 -3.0 -9.3) |
| LCH | lch(87.9 9.8 252.2) |
| OKLCH | oklch(0.895 0.028 243.1) |
Copy-ready code
/* CSS */
color: #cddfee;
background-color: #cddfee;
/* Tailwind (arbitrary) */
class="text-[#cddfee] bg-[#cddfee]"
/* SCSS */
$brand: #cddfee;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#cddfee")Accessibility — WCAG contrast
Aa
#cddfee on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddfee on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#cddfee text on a black background
contrast 15.39:1
Card sample
#cddfee text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddfee;
Background color
Panel with #cddfee background
background-color: #cddfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddfee; background: linear-gradient(135deg, #cddfee, #D1CDEE);