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