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