#cdfbc4
a pale, electric green · cool · closest name: beige
RGB
205, 251, 196
HSL
110°, 87%, 88%
CMYK
18, 0, 22, 2
Luminance
0.8596
Every format
| HEX | #cdfbc4 |
| RGB | rgb(205, 251, 196) |
| HSL | hsl(110, 87%, 88%) |
| CMYK | cmyk(18%, 0%, 22%, 2%) |
| LAB | lab(94.3 -24.7 21.6) |
| LCH | lch(94.3 32.8 138.7) |
| OKLCH | oklch(0.942 0.087 140.5) |
Copy-ready code
/* CSS */
color: #cdfbc4;
background-color: #cdfbc4;
/* Tailwind (arbitrary) */
class="text-[#cdfbc4] bg-[#cdfbc4]"
/* SCSS */
$brand: #cdfbc4;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.769)
/* Android */
Color.parseColor("#cdfbc4")Accessibility — WCAG contrast
Aa
#cdfbc4 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfbc4 on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue76.9%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow21.9%
Key (black)1.6%
Color previews
#cdfbc4 text on a black background
contrast 18.19:1
Card sample
#cdfbc4 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfbc4;
Background color
Panel with #cdfbc4 background
background-color: #cdfbc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfbc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfbc4; background: linear-gradient(135deg, #cdfbc4, #C4FBE0);