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