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