#b2cd9f
a light, soft green · cool · closest name: beige
RGB
178, 205, 159
HSL
95°, 32%, 71%
CMYK
13, 0, 22, 20
Luminance
0.5563
Every format
| HEX | #b2cd9f |
| RGB | rgb(178, 205, 159) |
| HSL | hsl(95, 32%, 71%) |
| CMYK | cmyk(13%, 0%, 22%, 20%) |
| LAB | lab(79.4 -17.4 20.0) |
| LCH | lch(79.4 26.5 131.0) |
| OKLCH | oklch(0.816 0.069 132.6) |
Copy-ready code
/* CSS */
color: #b2cd9f;
background-color: #b2cd9f;
/* Tailwind (arbitrary) */
class="text-[#b2cd9f] bg-[#b2cd9f]"
/* SCSS */
$brand: #b2cd9f;
/* SwiftUI */
Color(red: 0.698, green: 0.804, blue: 0.624)
/* Android */
Color.parseColor("#b2cd9f")Accessibility — WCAG contrast
Aa
#b2cd9f on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cd9f on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.4%
Blue62.4%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow22.4%
Key (black)19.6%
Color previews
#b2cd9f text on a black background
contrast 12.13:1
Card sample
#b2cd9f text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cd9f;
Background color
Panel with #b2cd9f background
background-color: #b2cd9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cd9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 205, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 205, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cd9f; background: linear-gradient(135deg, #b2cd9f, #9FCDAB);