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