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