#b0d8af
a light, soft green · cool · closest name: beige
RGB
176, 216, 175
HSL
119°, 35%, 77%
CMYK
19, 0, 19, 15
Luminance
0.6144
Every format
| HEX | #b0d8af |
| RGB | rgb(176, 216, 175) |
| HSL | hsl(119, 35%, 77%) |
| CMYK | cmyk(19%, 0%, 19%, 15%) |
| LAB | lab(82.6 -20.9 16.0) |
| LCH | lch(82.6 26.3 142.6) |
| OKLCH | oklch(0.843 0.070 144.3) |
Copy-ready code
/* CSS */
color: #b0d8af;
background-color: #b0d8af;
/* Tailwind (arbitrary) */
class="text-[#b0d8af] bg-[#b0d8af]"
/* SCSS */
$brand: #b0d8af;
/* SwiftUI */
Color(red: 0.690, green: 0.847, blue: 0.686)
/* Android */
Color.parseColor("#b0d8af")Accessibility — WCAG contrast
Aa
#b0d8af on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0d8af on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green84.7%
Blue68.6%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow19.0%
Key (black)15.3%
Color previews
#b0d8af text on a black background
contrast 13.29:1
Card sample
#b0d8af text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0d8af;
Background color
Panel with #b0d8af background
background-color: #b0d8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0d8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 216, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 216, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0d8af; background: linear-gradient(135deg, #b0d8af, #AFD8C9);