#b0d2af
a light, soft green · cool · closest name: beige
RGB
176, 210, 175
HSL
118°, 28%, 76%
CMYK
16, 0, 17, 18
Luminance
0.5842
Every format
| HEX | #b0d2af |
| RGB | rgb(176, 210, 175) |
| HSL | hsl(118, 28%, 76%) |
| CMYK | cmyk(16%, 0%, 17%, 18%) |
| LAB | lab(81.0 -17.9 13.7) |
| LCH | lch(81.0 22.5 142.7) |
| OKLCH | oklch(0.830 0.060 144.3) |
Copy-ready code
/* CSS */
color: #b0d2af;
background-color: #b0d2af;
/* Tailwind (arbitrary) */
class="text-[#b0d2af] bg-[#b0d2af]"
/* SCSS */
$brand: #b0d2af;
/* SwiftUI */
Color(red: 0.690, green: 0.824, blue: 0.686)
/* Android */
Color.parseColor("#b0d2af")Accessibility — WCAG contrast
Aa
#b0d2af on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0d2af on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green82.4%
Blue68.6%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow16.7%
Key (black)17.6%
Color previews
#b0d2af text on a black background
contrast 12.68:1
Card sample
#b0d2af text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0d2af;
Background color
Panel with #b0d2af background
background-color: #b0d2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0d2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 210, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 210, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0d2af; background: linear-gradient(135deg, #b0d2af, #AFD2C5);