#b8dfad
a light, soft green · cool · closest name: beige
RGB
184, 223, 173
HSL
107°, 44%, 78%
CMYK
18, 0, 22, 13
Luminance
0.6598
Every format
| HEX | #b8dfad |
| RGB | rgb(184, 223, 173) |
| HSL | hsl(107, 44%, 78%) |
| CMYK | cmyk(18%, 0%, 22%, 13%) |
| LAB | lab(85.0 -21.9 20.4) |
| LCH | lch(85.0 30.0 137.1) |
| OKLCH | oklch(0.863 0.079 138.8) |
Copy-ready code
/* CSS */
color: #b8dfad;
background-color: #b8dfad;
/* Tailwind (arbitrary) */
class="text-[#b8dfad] bg-[#b8dfad]"
/* SCSS */
$brand: #b8dfad;
/* SwiftUI */
Color(red: 0.722, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#b8dfad")Accessibility — WCAG contrast
Aa
#b8dfad on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8dfad on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green87.5%
Blue67.8%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow22.4%
Key (black)12.5%
Color previews
#b8dfad text on a black background
contrast 14.20:1
Card sample
#b8dfad text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8dfad;
Background color
Panel with #b8dfad background
background-color: #b8dfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8dfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8dfad; background: linear-gradient(135deg, #b8dfad, #ADDFC3);