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