#b2ccb2
a light, soft green · cool · closest name: silver
RGB
178, 204, 178
HSL
120°, 20%, 75%
CMYK
13, 0, 13, 20
Luminance
0.5587
Every format
| HEX | #b2ccb2 |
| RGB | rgb(178, 204, 178) |
| HSL | hsl(120, 20%, 75%) |
| CMYK | cmyk(13%, 0%, 13%, 20%) |
| LAB | lab(79.5 -13.7 10.0) |
| LCH | lch(79.5 16.9 143.7) |
| OKLCH | oklch(0.819 0.046 145.1) |
Copy-ready code
/* CSS */
color: #b2ccb2;
background-color: #b2ccb2;
/* Tailwind (arbitrary) */
class="text-[#b2ccb2] bg-[#b2ccb2]"
/* SCSS */
$brand: #b2ccb2;
/* SwiftUI */
Color(red: 0.698, green: 0.800, blue: 0.698)
/* Android */
Color.parseColor("#b2ccb2")Accessibility — WCAG contrast
Aa
#b2ccb2 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ccb2 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.0%
Blue69.8%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow12.7%
Key (black)20.0%
Color previews
#b2ccb2 text on a black background
contrast 12.17:1
Card sample
#b2ccb2 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ccb2;
Background color
Panel with #b2ccb2 background
background-color: #b2ccb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ccb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 204, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 204, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ccb2; background: linear-gradient(135deg, #b2ccb2, #B2CCC3);