#cdfaf7
a pale, electric cyan · cool · closest name: white
RGB
205, 250, 247
HSL
176°, 82%, 89%
CMYK
18, 0, 1, 2
Luminance
0.8807
Every format
| HEX | #cdfaf7 |
| RGB | rgb(205, 250, 247) |
| HSL | hsl(176, 82%, 89%) |
| CMYK | cmyk(18%, 0%, 1%, 2%) |
| LAB | lab(95.2 -14.9 -3.3) |
| LCH | lch(95.2 15.3 192.6) |
| OKLCH | oklch(0.953 0.046 191.4) |
Copy-ready code
/* CSS */
color: #cdfaf7;
background-color: #cdfaf7;
/* Tailwind (arbitrary) */
class="text-[#cdfaf7] bg-[#cdfaf7]"
/* SCSS */
$brand: #cdfaf7;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.969)
/* Android */
Color.parseColor("#cdfaf7")Accessibility — WCAG contrast
Aa
#cdfaf7 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfaf7 on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue96.9%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow1.2%
Key (black)2.0%
Color previews
#cdfaf7 text on a black background
contrast 18.61:1
Card sample
#cdfaf7 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfaf7;
Background color
Panel with #cdfaf7 background
background-color: #cdfaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfaf7; background: linear-gradient(135deg, #cdfaf7, #CDDFFA);