#b2c5af
a light, soft green · cool · closest name: silver
RGB
178, 197, 175
HSL
112°, 16%, 73%
CMYK
10, 0, 11, 23
Luminance
0.5249
Every format
| HEX | #b2c5af |
| RGB | rgb(178, 197, 175) |
| HSL | hsl(112, 16%, 73%) |
| CMYK | cmyk(10%, 0%, 11%, 23%) |
| LAB | lab(77.6 -10.6 8.8) |
| LCH | lch(77.6 13.8 140.1) |
| OKLCH | oklch(0.803 0.037 141.4) |
Copy-ready code
/* CSS */
color: #b2c5af;
background-color: #b2c5af;
/* Tailwind (arbitrary) */
class="text-[#b2c5af] bg-[#b2c5af]"
/* SCSS */
$brand: #b2c5af;
/* SwiftUI */
Color(red: 0.698, green: 0.773, blue: 0.686)
/* Android */
Color.parseColor("#b2c5af")Accessibility — WCAG contrast
Aa
#b2c5af on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c5af on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green77.3%
Blue68.6%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow11.2%
Key (black)22.7%
Color previews
#b2c5af text on a black background
contrast 11.50:1
Card sample
#b2c5af text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c5af;
Background color
Panel with #b2c5af background
background-color: #b2c5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 197, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 197, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c5af; background: linear-gradient(135deg, #b2c5af, #AFC5BB);