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