#b2c1af
a light, muted green · cool · closest name: silver
RGB
178, 193, 175
HSL
110°, 13%, 72%
CMYK
8, 0, 9, 24
Luminance
0.5070
Every format
| HEX | #b2c1af |
| RGB | rgb(178, 193, 175) |
| HSL | hsl(110, 13%, 72%) |
| CMYK | cmyk(8%, 0%, 9%, 24%) |
| LAB | lab(76.5 -8.5 7.3) |
| LCH | lch(76.5 11.2 139.3) |
| OKLCH | oklch(0.794 0.030 140.5) |
Copy-ready code
/* CSS */
color: #b2c1af;
background-color: #b2c1af;
/* Tailwind (arbitrary) */
class="text-[#b2c1af] bg-[#b2c1af]"
/* SCSS */
$brand: #b2c1af;
/* SwiftUI */
Color(red: 0.698, green: 0.757, blue: 0.686)
/* Android */
Color.parseColor("#b2c1af")Accessibility — WCAG contrast
Aa
#b2c1af on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c1af on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green75.7%
Blue68.6%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow9.3%
Key (black)24.3%
Color previews
#b2c1af text on a black background
contrast 11.14:1
Card sample
#b2c1af text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c1af;
Background color
Panel with #b2c1af background
background-color: #b2c1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 193, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 193, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c1af; background: linear-gradient(135deg, #b2c1af, #AFC1B8);