#b2c9af
a light, soft green · cool · closest name: silver
RGB
178, 201, 175
HSL
113°, 19%, 74%
CMYK
11, 0, 13, 21
Luminance
0.5433
Every format
| HEX | #b2c9af |
| RGB | rgb(178, 201, 175) |
| HSL | hsl(113, 19%, 74%) |
| CMYK | cmyk(11%, 0%, 13%, 21%) |
| LAB | lab(78.7 -12.7 10.4) |
| LCH | lch(78.7 16.4 140.6) |
| OKLCH | oklch(0.811 0.044 142.0) |
Copy-ready code
/* CSS */
color: #b2c9af;
background-color: #b2c9af;
/* Tailwind (arbitrary) */
class="text-[#b2c9af] bg-[#b2c9af]"
/* SCSS */
$brand: #b2c9af;
/* SwiftUI */
Color(red: 0.698, green: 0.788, blue: 0.686)
/* Android */
Color.parseColor("#b2c9af")Accessibility — WCAG contrast
Aa
#b2c9af on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c9af on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green78.8%
Blue68.6%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow12.9%
Key (black)21.2%
Color previews
#b2c9af text on a black background
contrast 11.87:1
Card sample
#b2c9af text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c9af;
Background color
Panel with #b2c9af background
background-color: #b2c9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 201, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 201, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c9af; background: linear-gradient(135deg, #b2c9af, #AFC9BD);