#cdfceb
a pale, electric green · cool · closest name: beige
RGB
205, 252, 235
HSL
158°, 89%, 90%
CMYK
19, 0, 7, 1
Luminance
0.8860
Every format
| HEX | #cdfceb |
| RGB | rgb(205, 252, 235) |
| HSL | hsl(158, 89%, 90%) |
| CMYK | cmyk(19%, 0%, 7%, 1%) |
| LAB | lab(95.4 -18.2 3.2) |
| LCH | lch(95.4 18.5 170.0) |
| OKLCH | oklch(0.954 0.053 171.1) |
Copy-ready code
/* CSS */
color: #cdfceb;
background-color: #cdfceb;
/* Tailwind (arbitrary) */
class="text-[#cdfceb] bg-[#cdfceb]"
/* SCSS */
$brand: #cdfceb;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#cdfceb")Accessibility — WCAG contrast
Aa
#cdfceb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfceb on black: 18.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#cdfceb text on a black background
contrast 18.72:1
Card sample
#cdfceb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfceb;
Background color
Panel with #cdfceb background
background-color: #cdfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfceb; background: linear-gradient(135deg, #cdfceb, #CDEEFC);