#b8d6b8
a light, soft green · cool · closest name: beige
RGB
184, 214, 184
HSL
120°, 27%, 78%
CMYK
14, 0, 14, 16
Luminance
0.6174
Every format
| HEX | #b8d6b8 |
| RGB | rgb(184, 214, 184) |
| HSL | hsl(120, 27%, 78%) |
| CMYK | cmyk(14%, 0%, 14%, 16%) |
| LAB | lab(82.8 -15.6 11.5) |
| LCH | lch(82.8 19.4 143.6) |
| OKLCH | oklch(0.846 0.052 145.1) |
Copy-ready code
/* CSS */
color: #b8d6b8;
background-color: #b8d6b8;
/* Tailwind (arbitrary) */
class="text-[#b8d6b8] bg-[#b8d6b8]"
/* SCSS */
$brand: #b8d6b8;
/* SwiftUI */
Color(red: 0.722, green: 0.839, blue: 0.722)
/* Android */
Color.parseColor("#b8d6b8")Accessibility — WCAG contrast
Aa
#b8d6b8 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8d6b8 on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green83.9%
Blue72.2%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow14.0%
Key (black)16.1%
Color previews
#b8d6b8 text on a black background
contrast 13.35:1
Card sample
#b8d6b8 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8d6b8;
Background color
Panel with #b8d6b8 background
background-color: #b8d6b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8d6b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 214, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 214, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8d6b8; background: linear-gradient(135deg, #b8d6b8, #B8D6CC);