#b5cf9b
a light, soft green · cool · closest name: tan
RGB
181, 207, 155
HSL
90°, 35%, 71%
CMYK
13, 0, 25, 19
Luminance
0.5682
Every format
| HEX | #b5cf9b |
| RGB | rgb(181, 207, 155) |
| HSL | hsl(90, 35%, 71%) |
| CMYK | cmyk(13%, 0%, 25%, 19%) |
| LAB | lab(80.1 -17.9 23.0) |
| LCH | lch(80.1 29.2 127.9) |
| OKLCH | oklch(0.822 0.076 129.5) |
Copy-ready code
/* CSS */
color: #b5cf9b;
background-color: #b5cf9b;
/* Tailwind (arbitrary) */
class="text-[#b5cf9b] bg-[#b5cf9b]"
/* SCSS */
$brand: #b5cf9b;
/* SwiftUI */
Color(red: 0.710, green: 0.812, blue: 0.608)
/* Android */
Color.parseColor("#b5cf9b")Accessibility — WCAG contrast
Aa
#b5cf9b on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5cf9b on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green81.2%
Blue60.8%
CMYK percentages
Cyan12.6%
Magenta0.0%
Yellow25.1%
Key (black)18.8%
Color previews
#b5cf9b text on a black background
contrast 12.36:1
Card sample
#b5cf9b text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5cf9b;
Background color
Panel with #b5cf9b background
background-color: #b5cf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5cf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 207, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 207, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5cf9b; background: linear-gradient(135deg, #b5cf9b, #9BCFA4);