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