#b0daac
a light, soft green · cool · closest name: beige
RGB
176, 218, 172
HSL
115°, 38%, 77%
CMYK
19, 0, 21, 15
Luminance
0.6235
Every format
| HEX | #b0daac |
| RGB | rgb(176, 218, 172) |
| HSL | hsl(115, 38%, 77%) |
| CMYK | cmyk(19%, 0%, 21%, 15%) |
| LAB | lab(83.1 -22.4 18.2) |
| LCH | lch(83.1 28.9 140.9) |
| OKLCH | oklch(0.846 0.077 142.6) |
Copy-ready code
/* CSS */
color: #b0daac;
background-color: #b0daac;
/* Tailwind (arbitrary) */
class="text-[#b0daac] bg-[#b0daac]"
/* SCSS */
$brand: #b0daac;
/* SwiftUI */
Color(red: 0.690, green: 0.855, blue: 0.675)
/* Android */
Color.parseColor("#b0daac")Accessibility — WCAG contrast
Aa
#b0daac on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0daac on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green85.5%
Blue67.5%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow21.1%
Key (black)14.5%
Color previews
#b0daac text on a black background
contrast 13.47:1
Card sample
#b0daac text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0daac;
Background color
Panel with #b0daac background
background-color: #b0daac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0daac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 218, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 218, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0daac; background: linear-gradient(135deg, #b0daac, #ACDAC7);