#cdfaf1
a pale, electric cyan · cool · closest name: ivory
RGB
205, 250, 241
HSL
168°, 82%, 89%
CMYK
18, 0, 4, 2
Luminance
0.8770
Every format
| HEX | #cdfaf1 |
| RGB | rgb(205, 250, 241) |
| HSL | hsl(168, 82%, 89%) |
| CMYK | cmyk(18%, 0%, 4%, 2%) |
| LAB | lab(95.0 -16.1 -0.5) |
| LCH | lch(95.0 16.1 181.6) |
| OKLCH | oklch(0.951 0.048 181.8) |
Copy-ready code
/* CSS */
color: #cdfaf1;
background-color: #cdfaf1;
/* Tailwind (arbitrary) */
class="text-[#cdfaf1] bg-[#cdfaf1]"
/* SCSS */
$brand: #cdfaf1;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.945)
/* Android */
Color.parseColor("#cdfaf1")Accessibility — WCAG contrast
Aa
#cdfaf1 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfaf1 on black: 18.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue94.5%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow3.6%
Key (black)2.0%
Color previews
#cdfaf1 text on a black background
contrast 18.54:1
Card sample
#cdfaf1 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfaf1;
Background color
Panel with #cdfaf1 background
background-color: #cdfaf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfaf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfaf1; background: linear-gradient(135deg, #cdfaf1, #CDE5FA);