#defbae
a light, electric green · cool · closest name: khaki
RGB
222, 251, 174
HSL
83°, 91%, 83%
CMYK
12, 0, 31, 2
Luminance
0.8758
Every format
| HEX | #defbae |
| RGB | rgb(222, 251, 174) |
| HSL | hsl(83, 91%, 83%) |
| CMYK | cmyk(12%, 0%, 31%, 2%) |
| LAB | lab(95.0 -22.0 33.9) |
| LCH | lch(95.0 40.4 123.0) |
| OKLCH | oklch(0.949 0.104 125.1) |
Copy-ready code
/* CSS */
color: #defbae;
background-color: #defbae;
/* Tailwind (arbitrary) */
class="text-[#defbae] bg-[#defbae]"
/* SCSS */
$brand: #defbae;
/* SwiftUI */
Color(red: 0.871, green: 0.984, blue: 0.682)
/* Android */
Color.parseColor("#defbae")Accessibility — WCAG contrast
Aa
#defbae on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defbae on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green98.4%
Blue68.2%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow30.7%
Key (black)1.6%
Color previews
#defbae text on a black background
contrast 18.52:1
Card sample
#defbae text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defbae;
Background color
Panel with #defbae background
background-color: #defbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 251, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 251, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defbae; background: linear-gradient(135deg, #defbae, #AEFBB1);