#cddffb
a pale, electric blue · cool · closest name: lavender
RGB
205, 223, 251
HSL
217°, 85%, 89%
CMYK
18, 11, 0, 2
Luminance
0.7272
Every format
| HEX | #cddffb |
| RGB | rgb(205, 223, 251) |
| HSL | hsl(217, 85%, 89%) |
| CMYK | cmyk(18%, 11%, 0%, 2%) |
| LAB | lab(88.3 -0.3 -15.6) |
| LCH | lch(88.3 15.6 268.9) |
| OKLCH | oklch(0.899 0.043 259.2) |
Copy-ready code
/* CSS */
color: #cddffb;
background-color: #cddffb;
/* Tailwind (arbitrary) */
class="text-[#cddffb] bg-[#cddffb]"
/* SCSS */
$brand: #cddffb;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.984)
/* Android */
Color.parseColor("#cddffb")Accessibility — WCAG contrast
Aa
#cddffb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddffb on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue98.4%
CMYK percentages
Cyan18.3%
Magenta11.2%
Yellow0.0%
Key (black)1.6%
Color previews
#cddffb text on a black background
contrast 15.54:1
Card sample
#cddffb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddffb;
Background color
Panel with #cddffb background
background-color: #cddffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddffb; background: linear-gradient(135deg, #cddffb, #DACDFB);