#cdedf4
a pale, vivid cyan · cool · closest name: lavender
RGB
205, 237, 244
HSL
191°, 64%, 88%
CMYK
16, 3, 0, 4
Luminance
0.8008
Every format
| HEX | #cdedf4 |
| RGB | rgb(205, 237, 244) |
| HSL | hsl(191, 64%, 88%) |
| CMYK | cmyk(16%, 3%, 0%, 4%) |
| LAB | lab(91.7 -9.0 -6.9) |
| LCH | lch(91.7 11.3 217.5) |
| OKLCH | oklch(0.925 0.035 212.4) |
Copy-ready code
/* CSS */
color: #cdedf4;
background-color: #cdedf4;
/* Tailwind (arbitrary) */
class="text-[#cdedf4] bg-[#cdedf4]"
/* SCSS */
$brand: #cdedf4;
/* SwiftUI */
Color(red: 0.804, green: 0.929, blue: 0.957)
/* Android */
Color.parseColor("#cdedf4")Accessibility — WCAG contrast
Aa
#cdedf4 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdedf4 on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.9%
Blue95.7%
CMYK percentages
Cyan16.0%
Magenta2.9%
Yellow0.0%
Key (black)4.3%
Color previews
#cdedf4 text on a black background
contrast 17.02:1
Card sample
#cdedf4 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdedf4;
Background color
Panel with #cdedf4 background
background-color: #cdedf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdedf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 237, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 237, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdedf4; background: linear-gradient(135deg, #cdedf4, #CDD3F4);