#b8dfb4
a light, soft green · cool · closest name: beige
RGB
184, 223, 180
HSL
114°, 40%, 79%
CMYK
18, 0, 19, 13
Luminance
0.6626
Every format
| HEX | #b8dfb4 |
| RGB | rgb(184, 223, 180) |
| HSL | hsl(114, 40%, 79%) |
| CMYK | cmyk(18%, 0%, 19%, 13%) |
| LAB | lab(85.1 -20.8 16.9) |
| LCH | lch(85.1 26.8 140.8) |
| OKLCH | oklch(0.864 0.071 142.5) |
Copy-ready code
/* CSS */
color: #b8dfb4;
background-color: #b8dfb4;
/* Tailwind (arbitrary) */
class="text-[#b8dfb4] bg-[#b8dfb4]"
/* SCSS */
$brand: #b8dfb4;
/* SwiftUI */
Color(red: 0.722, green: 0.875, blue: 0.706)
/* Android */
Color.parseColor("#b8dfb4")Accessibility — WCAG contrast
Aa
#b8dfb4 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8dfb4 on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green87.5%
Blue70.6%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow19.3%
Key (black)12.5%
Color previews
#b8dfb4 text on a black background
contrast 14.25:1
Card sample
#b8dfb4 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8dfb4;
Background color
Panel with #b8dfb4 background
background-color: #b8dfb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8dfb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 223, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 223, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8dfb4; background: linear-gradient(135deg, #b8dfb4, #B4DFCD);