#d4f5ba
a light, vivid green · cool · closest name: beige
RGB
212, 245, 186
HSL
94°, 75%, 85%
CMYK
14, 0, 24, 4
Luminance
0.8285
Every format
| HEX | #d4f5ba |
| RGB | rgb(212, 245, 186) |
| HSL | hsl(94, 75%, 85%) |
| CMYK | cmyk(14%, 0%, 24%, 4%) |
| LAB | lab(93.0 -20.9 24.9) |
| LCH | lch(93.0 32.6 130.0) |
| OKLCH | oklch(0.932 0.085 131.7) |
Copy-ready code
/* CSS */
color: #d4f5ba;
background-color: #d4f5ba;
/* Tailwind (arbitrary) */
class="text-[#d4f5ba] bg-[#d4f5ba]"
/* SCSS */
$brand: #d4f5ba;
/* SwiftUI */
Color(red: 0.831, green: 0.961, blue: 0.729)
/* Android */
Color.parseColor("#d4f5ba")Accessibility — WCAG contrast
Aa
#d4f5ba on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4f5ba on black: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green96.1%
Blue72.9%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow24.1%
Key (black)3.9%
Color previews
#d4f5ba text on a black background
contrast 17.57:1
Card sample
#d4f5ba text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4f5ba;
Background color
Panel with #d4f5ba background
background-color: #d4f5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4f5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 245, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 245, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4f5ba; background: linear-gradient(135deg, #d4f5ba, #BAF5C7);