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