#b4cfac
a light, soft green · cool · closest name: beige
RGB
180, 207, 172
HSL
106°, 27%, 74%
CMYK
13, 0, 17, 19
Luminance
0.5731
Every format
| HEX | #b4cfac |
| RGB | rgb(180, 207, 172) |
| HSL | hsl(106, 27%, 74%) |
| CMYK | cmyk(13%, 0%, 17%, 19%) |
| LAB | lab(80.3 -15.5 14.4) |
| LCH | lch(80.3 21.2 137.2) |
| OKLCH | oklch(0.825 0.056 138.6) |
Copy-ready code
/* CSS */
color: #b4cfac;
background-color: #b4cfac;
/* Tailwind (arbitrary) */
class="text-[#b4cfac] bg-[#b4cfac]"
/* SCSS */
$brand: #b4cfac;
/* SwiftUI */
Color(red: 0.706, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#b4cfac")Accessibility — WCAG contrast
Aa
#b4cfac on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4cfac on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green81.2%
Blue67.5%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#b4cfac text on a black background
contrast 12.46:1
Card sample
#b4cfac text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4cfac;
Background color
Panel with #b4cfac background
background-color: #b4cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4cfac; background: linear-gradient(135deg, #b4cfac, #ACCFBB);