#b9cfab
a light, soft green · cool · closest name: beige
RGB
185, 207, 171
HSL
97°, 27%, 74%
CMYK
11, 0, 17, 19
Luminance
0.5788
Every format
| HEX | #b9cfab |
| RGB | rgb(185, 207, 171) |
| HSL | hsl(97, 27%, 74%) |
| CMYK | cmyk(11%, 0%, 17%, 19%) |
| LAB | lab(80.7 -13.9 15.4) |
| LCH | lch(80.7 20.8 132.1) |
| OKLCH | oklch(0.828 0.055 133.3) |
Copy-ready code
/* CSS */
color: #b9cfab;
background-color: #b9cfab;
/* Tailwind (arbitrary) */
class="text-[#b9cfab] bg-[#b9cfab]"
/* SCSS */
$brand: #b9cfab;
/* SwiftUI */
Color(red: 0.725, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#b9cfab")Accessibility — WCAG contrast
Aa
#b9cfab on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9cfab on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green81.2%
Blue67.1%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow17.4%
Key (black)18.8%
Color previews
#b9cfab text on a black background
contrast 12.58:1
Card sample
#b9cfab text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9cfab;
Background color
Panel with #b9cfab background
background-color: #b9cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9cfab; background: linear-gradient(135deg, #b9cfab, #ABCFB5);