#cdfbec
a pale, electric cyan · cool · closest name: ivory
RGB
205, 251, 236
HSL
160°, 85%, 89%
CMYK
18, 0, 6, 2
Luminance
0.8803
Every format
| HEX | #cdfbec |
| RGB | rgb(205, 251, 236) |
| HSL | hsl(160, 85%, 89%) |
| CMYK | cmyk(18%, 0%, 6%, 2%) |
| LAB | lab(95.2 -17.5 2.3) |
| LCH | lch(95.2 17.7 172.4) |
| OKLCH | oklch(0.952 0.051 173.4) |
Copy-ready code
/* CSS */
color: #cdfbec;
background-color: #cdfbec;
/* Tailwind (arbitrary) */
class="text-[#cdfbec] bg-[#cdfbec]"
/* SCSS */
$brand: #cdfbec;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.925)
/* Android */
Color.parseColor("#cdfbec")Accessibility — WCAG contrast
Aa
#cdfbec on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfbec on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue92.5%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow6.0%
Key (black)1.6%
Color previews
#cdfbec text on a black background
contrast 18.61:1
Card sample
#cdfbec text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfbec;
Background color
Panel with #cdfbec background
background-color: #cdfbec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfbec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfbec; background: linear-gradient(135deg, #cdfbec, #CDEBFB);