#b9daac
a light, soft green · cool · closest name: beige
RGB
185, 218, 172
HSL
103°, 38%, 77%
CMYK
15, 0, 21, 15
Luminance
0.6344
Every format
| HEX | #b9daac |
| RGB | rgb(185, 218, 172) |
| HSL | hsl(103, 38%, 77%) |
| CMYK | cmyk(15%, 0%, 21%, 15%) |
| LAB | lab(83.7 -19.3 19.1) |
| LCH | lch(83.7 27.2 135.3) |
| OKLCH | oklch(0.852 0.072 136.9) |
Copy-ready code
/* CSS */
color: #b9daac;
background-color: #b9daac;
/* Tailwind (arbitrary) */
class="text-[#b9daac] bg-[#b9daac]"
/* SCSS */
$brand: #b9daac;
/* SwiftUI */
Color(red: 0.725, green: 0.855, blue: 0.675)
/* Android */
Color.parseColor("#b9daac")Accessibility — WCAG contrast
Aa
#b9daac on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9daac on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green85.5%
Blue67.5%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow21.1%
Key (black)14.5%
Color previews
#b9daac text on a black background
contrast 13.69:1
Card sample
#b9daac text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9daac;
Background color
Panel with #b9daac background
background-color: #b9daac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9daac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 218, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 218, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9daac; background: linear-gradient(135deg, #b9daac, #ACDABE);