#cdf0f4
a pale, vivid cyan · cool · closest name: white
RGB
205, 240, 244
HSL
186°, 64%, 88%
CMYK
16, 2, 0, 4
Luminance
0.8183
Every format
| HEX | #cdf0f4 |
| RGB | rgb(205, 240, 244) |
| HSL | hsl(186, 64%, 88%) |
| CMYK | cmyk(16%, 2%, 0%, 4%) |
| LAB | lab(92.5 -10.5 -5.7) |
| LCH | lch(92.5 11.9 208.7) |
| OKLCH | oklch(0.931 0.037 205.0) |
Copy-ready code
/* CSS */
color: #cdf0f4;
background-color: #cdf0f4;
/* Tailwind (arbitrary) */
class="text-[#cdf0f4] bg-[#cdf0f4]"
/* SCSS */
$brand: #cdf0f4;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.957)
/* Android */
Color.parseColor("#cdf0f4")Accessibility — WCAG contrast
Aa
#cdf0f4 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf0f4 on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue95.7%
CMYK percentages
Cyan16.0%
Magenta1.6%
Yellow0.0%
Key (black)4.3%
Color previews
#cdf0f4 text on a black background
contrast 17.37:1
Card sample
#cdf0f4 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf0f4;
Background color
Panel with #cdf0f4 background
background-color: #cdf0f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf0f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf0f4; background: linear-gradient(135deg, #cdf0f4, #CDD6F4);