#cdfff9
a pale, electric cyan · cool · closest name: white
RGB
205, 255, 249
HSL
173°, 100%, 90%
CMYK
20, 0, 2, 0
Luminance
0.9134
Every format
| HEX | #cdfff9 |
| RGB | rgb(205, 255, 249) |
| HSL | hsl(173, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 2%, 0%) |
| LAB | lab(96.5 -16.9 -2.4) |
| LCH | lch(96.5 17.1 187.9) |
| OKLCH | oklch(0.964 0.051 187.4) |
Copy-ready code
/* CSS */
color: #cdfff9;
background-color: #cdfff9;
/* Tailwind (arbitrary) */
class="text-[#cdfff9] bg-[#cdfff9]"
/* SCSS */
$brand: #cdfff9;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.976)
/* Android */
Color.parseColor("#cdfff9")Accessibility — WCAG contrast
Aa
#cdfff9 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfff9 on black: 19.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue97.6%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow2.4%
Key (black)0.0%
Color previews
#cdfff9 text on a black background
contrast 19.27:1
Card sample
#cdfff9 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfff9;
Background color
Panel with #cdfff9 background
background-color: #cdfff9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfff9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfff9; background: linear-gradient(135deg, #cdfff9, #CDE4FF);