#b4daac
a light, soft green · cool · closest name: beige
RGB
180, 218, 172
HSL
110°, 38%, 77%
CMYK
17, 0, 21, 15
Luminance
0.6282
Every format
| HEX | #b4daac |
| RGB | rgb(180, 218, 172) |
| HSL | hsl(110, 38%, 77%) |
| CMYK | cmyk(17%, 0%, 21%, 15%) |
| LAB | lab(83.3 -21.0 18.6) |
| LCH | lch(83.3 28.1 138.5) |
| OKLCH | oklch(0.849 0.074 140.2) |
Copy-ready code
/* CSS */
color: #b4daac;
background-color: #b4daac;
/* Tailwind (arbitrary) */
class="text-[#b4daac] bg-[#b4daac]"
/* SCSS */
$brand: #b4daac;
/* SwiftUI */
Color(red: 0.706, green: 0.855, blue: 0.675)
/* Android */
Color.parseColor("#b4daac")Accessibility — WCAG contrast
Aa
#b4daac on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4daac on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green85.5%
Blue67.5%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow21.1%
Key (black)14.5%
Color previews
#b4daac text on a black background
contrast 13.56:1
Card sample
#b4daac text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4daac;
Background color
Panel with #b4daac background
background-color: #b4daac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4daac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 218, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 218, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4daac; background: linear-gradient(135deg, #b4daac, #ACDAC3);