#d3feba
a pale, electric green · cool · closest name: khaki
RGB
211, 254, 186
HSL
98°, 97%, 86%
CMYK
17, 0, 27, 0
Luminance
0.8828
Every format
| HEX | #d3feba |
| RGB | rgb(211, 254, 186) |
| HSL | hsl(98, 97%, 86%) |
| CMYK | cmyk(17%, 0%, 27%, 0%) |
| LAB | lab(95.3 -25.6 28.1) |
| LCH | lch(95.3 38.0 132.3) |
| OKLCH | oklch(0.950 0.099 134.3) |
Copy-ready code
/* CSS */
color: #d3feba;
background-color: #d3feba;
/* Tailwind (arbitrary) */
class="text-[#d3feba] bg-[#d3feba]"
/* SCSS */
$brand: #d3feba;
/* SwiftUI */
Color(red: 0.827, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#d3feba")Accessibility — WCAG contrast
Aa
#d3feba on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3feba on black: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green99.6%
Blue72.9%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#d3feba text on a black background
contrast 18.66:1
Card sample
#d3feba text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3feba;
Background color
Panel with #d3feba background
background-color: #d3feba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3feba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3feba; background: linear-gradient(135deg, #d3feba, #BAFECE);