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