#b3dfad
a light, soft green · cool · closest name: beige
RGB
179, 223, 173
HSL
113°, 44%, 78%
CMYK
20, 0, 22, 13
Luminance
0.6538
Every format
| HEX | #b3dfad |
| RGB | rgb(179, 223, 173) |
| HSL | hsl(113, 44%, 78%) |
| CMYK | cmyk(20%, 0%, 22%, 13%) |
| LAB | lab(84.7 -23.7 19.9) |
| LCH | lch(84.7 30.9 139.9) |
| OKLCH | oklch(0.859 0.082 141.7) |
Copy-ready code
/* CSS */
color: #b3dfad;
background-color: #b3dfad;
/* Tailwind (arbitrary) */
class="text-[#b3dfad] bg-[#b3dfad]"
/* SCSS */
$brand: #b3dfad;
/* SwiftUI */
Color(red: 0.702, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#b3dfad")Accessibility — WCAG contrast
Aa
#b3dfad on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3dfad on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green87.5%
Blue67.8%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow22.4%
Key (black)12.5%
Color previews
#b3dfad text on a black background
contrast 14.08:1
Card sample
#b3dfad text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3dfad;
Background color
Panel with #b3dfad background
background-color: #b3dfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3dfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3dfad; background: linear-gradient(135deg, #b3dfad, #ADDFC8);