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