#b7cfab
a light, soft green · cool · closest name: beige
RGB
183, 207, 171
HSL
100°, 27%, 74%
CMYK
12, 0, 17, 19
Luminance
0.5763
Every format
| HEX | #b7cfab |
| RGB | rgb(183, 207, 171) |
| HSL | hsl(100, 27%, 74%) |
| CMYK | cmyk(12%, 0%, 17%, 19%) |
| LAB | lab(80.5 -14.7 15.2) |
| LCH | lch(80.5 21.1 133.9) |
| OKLCH | oklch(0.827 0.056 135.2) |
Copy-ready code
/* CSS */
color: #b7cfab;
background-color: #b7cfab;
/* Tailwind (arbitrary) */
class="text-[#b7cfab] bg-[#b7cfab]"
/* SCSS */
$brand: #b7cfab;
/* SwiftUI */
Color(red: 0.718, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#b7cfab")Accessibility — WCAG contrast
Aa
#b7cfab on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7cfab on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green81.2%
Blue67.1%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow17.4%
Key (black)18.8%
Color previews
#b7cfab text on a black background
contrast 12.53:1
Card sample
#b7cfab text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7cfab;
Background color
Panel with #b7cfab background
background-color: #b7cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7cfab; background: linear-gradient(135deg, #b7cfab, #ABCFB7);