#b2c4af
a light, soft green · cool · closest name: silver
RGB
178, 196, 175
HSL
111°, 15%, 73%
CMYK
9, 0, 11, 23
Luminance
0.5204
Every format
| HEX | #b2c4af |
| RGB | rgb(178, 196, 175) |
| HSL | hsl(111, 15%, 73%) |
| CMYK | cmyk(9%, 0%, 11%, 23%) |
| LAB | lab(77.3 -10.1 8.5) |
| LCH | lch(77.3 13.2 140.0) |
| OKLCH | oklch(0.801 0.035 141.2) |
Copy-ready code
/* CSS */
color: #b2c4af;
background-color: #b2c4af;
/* Tailwind (arbitrary) */
class="text-[#b2c4af] bg-[#b2c4af]"
/* SCSS */
$brand: #b2c4af;
/* SwiftUI */
Color(red: 0.698, green: 0.769, blue: 0.686)
/* Android */
Color.parseColor("#b2c4af")Accessibility — WCAG contrast
Aa
#b2c4af on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c4af on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green76.9%
Blue68.6%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow10.7%
Key (black)23.1%
Color previews
#b2c4af text on a black background
contrast 11.41:1
Card sample
#b2c4af text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c4af;
Background color
Panel with #b2c4af background
background-color: #b2c4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 196, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 196, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c4af; background: linear-gradient(135deg, #b2c4af, #AFC4BA);