#cdf0f9
a pale, electric cyan · cool · closest name: lavender
RGB
205, 240, 249
HSL
192°, 79%, 89%
CMYK
18, 4, 0, 2
Luminance
0.8214
Every format
| HEX | #cdf0f9 |
| RGB | rgb(205, 240, 249) |
| HSL | hsl(192, 79%, 89%) |
| CMYK | cmyk(18%, 4%, 0%, 2%) |
| LAB | lab(92.6 -9.5 -8.1) |
| LCH | lch(92.6 12.5 220.7) |
| OKLCH | oklch(0.933 0.038 215.0) |
Copy-ready code
/* CSS */
color: #cdf0f9;
background-color: #cdf0f9;
/* Tailwind (arbitrary) */
class="text-[#cdf0f9] bg-[#cdf0f9]"
/* SCSS */
$brand: #cdf0f9;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.976)
/* Android */
Color.parseColor("#cdf0f9")Accessibility — WCAG contrast
Aa
#cdf0f9 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf0f9 on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue97.6%
CMYK percentages
Cyan17.7%
Magenta3.6%
Yellow0.0%
Key (black)2.4%
Color previews
#cdf0f9 text on a black background
contrast 17.43:1
Card sample
#cdf0f9 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf0f9;
Background color
Panel with #cdf0f9 background
background-color: #cdf0f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf0f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf0f9; background: linear-gradient(135deg, #cdf0f9, #CDD3F9);