#b2cead
a light, soft green · cool · closest name: beige
RGB
178, 206, 173
HSL
111°, 25%, 74%
CMYK
14, 0, 16, 19
Luminance
0.5662
Every format
| HEX | #b2cead |
| RGB | rgb(178, 206, 173) |
| HSL | hsl(111, 25%, 74%) |
| CMYK | cmyk(14%, 0%, 16%, 19%) |
| LAB | lab(80.0 -15.6 13.3) |
| LCH | lch(80.0 20.5 139.4) |
| OKLCH | oklch(0.822 0.054 140.9) |
Copy-ready code
/* CSS */
color: #b2cead;
background-color: #b2cead;
/* Tailwind (arbitrary) */
class="text-[#b2cead] bg-[#b2cead]"
/* SCSS */
$brand: #b2cead;
/* SwiftUI */
Color(red: 0.698, green: 0.808, blue: 0.678)
/* Android */
Color.parseColor("#b2cead")Accessibility — WCAG contrast
Aa
#b2cead on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cead on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.8%
Blue67.8%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow16.0%
Key (black)19.2%
Color previews
#b2cead text on a black background
contrast 12.32:1
Card sample
#b2cead text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cead;
Background color
Panel with #b2cead background
background-color: #b2cead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 206, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 206, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cead; background: linear-gradient(135deg, #b2cead, #ADCEBE);