#b8d2ac
a light, soft green · cool · closest name: beige
RGB
184, 210, 172
HSL
101°, 30%, 75%
CMYK
12, 0, 18, 18
Luminance
0.5926
Every format
| HEX | #b8d2ac |
| RGB | rgb(184, 210, 172) |
| HSL | hsl(101, 30%, 75%) |
| CMYK | cmyk(12%, 0%, 18%, 18%) |
| LAB | lab(81.4 -15.7 16.0) |
| LCH | lch(81.4 22.4 134.4) |
| OKLCH | oklch(0.834 0.059 135.8) |
Copy-ready code
/* CSS */
color: #b8d2ac;
background-color: #b8d2ac;
/* Tailwind (arbitrary) */
class="text-[#b8d2ac] bg-[#b8d2ac]"
/* SCSS */
$brand: #b8d2ac;
/* SwiftUI */
Color(red: 0.722, green: 0.824, blue: 0.675)
/* Android */
Color.parseColor("#b8d2ac")Accessibility — WCAG contrast
Aa
#b8d2ac on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8d2ac on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green82.4%
Blue67.5%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow18.1%
Key (black)17.6%
Color previews
#b8d2ac text on a black background
contrast 12.85:1
Card sample
#b8d2ac text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8d2ac;
Background color
Panel with #b8d2ac background
background-color: #b8d2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8d2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 210, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 210, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8d2ac; background: linear-gradient(135deg, #b8d2ac, #ACD2B9);