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