#b2ceb2
a light, soft green · cool · closest name: silver
RGB
178, 206, 178
HSL
120°, 22%, 75%
CMYK
14, 0, 14, 19
Luminance
0.5682
Every format
| HEX | #b2ceb2 |
| RGB | rgb(178, 206, 178) |
| HSL | hsl(120, 22%, 75%) |
| CMYK | cmyk(14%, 0%, 14%, 19%) |
| LAB | lab(80.1 -14.7 10.8) |
| LCH | lch(80.1 18.2 143.6) |
| OKLCH | oklch(0.823 0.049 145.1) |
Copy-ready code
/* CSS */
color: #b2ceb2;
background-color: #b2ceb2;
/* Tailwind (arbitrary) */
class="text-[#b2ceb2] bg-[#b2ceb2]"
/* SCSS */
$brand: #b2ceb2;
/* SwiftUI */
Color(red: 0.698, green: 0.808, blue: 0.698)
/* Android */
Color.parseColor("#b2ceb2")Accessibility — WCAG contrast
Aa
#b2ceb2 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ceb2 on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.8%
Blue69.8%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow13.6%
Key (black)19.2%
Color previews
#b2ceb2 text on a black background
contrast 12.36:1
Card sample
#b2ceb2 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ceb2;
Background color
Panel with #b2ceb2 background
background-color: #b2ceb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ceb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 206, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 206, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ceb2; background: linear-gradient(135deg, #b2ceb2, #B2CEC5);