#b2c0af
a light, muted green · cool · closest name: silver
RGB
178, 192, 175
HSL
109°, 12%, 72%
CMYK
7, 0, 9, 25
Luminance
0.5026
Every format
| HEX | #b2c0af |
| RGB | rgb(178, 192, 175) |
| HSL | hsl(109, 12%, 72%) |
| CMYK | cmyk(7%, 0%, 9%, 25%) |
| LAB | lab(76.2 -8.0 6.9) |
| LCH | lch(76.2 10.6 139.1) |
| OKLCH | oklch(0.792 0.028 140.2) |
Copy-ready code
/* CSS */
color: #b2c0af;
background-color: #b2c0af;
/* Tailwind (arbitrary) */
class="text-[#b2c0af] bg-[#b2c0af]"
/* SCSS */
$brand: #b2c0af;
/* SwiftUI */
Color(red: 0.698, green: 0.753, blue: 0.686)
/* Android */
Color.parseColor("#b2c0af")Accessibility — WCAG contrast
Aa
#b2c0af on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c0af on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green75.3%
Blue68.6%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow8.9%
Key (black)24.7%
Color previews
#b2c0af text on a black background
contrast 11.05:1
Card sample
#b2c0af text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c0af;
Background color
Panel with #b2c0af background
background-color: #b2c0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 192, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 192, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c0af; background: linear-gradient(135deg, #b2c0af, #AFC0B7);