#b1dfad
a light, soft green · cool · closest name: beige
RGB
177, 223, 173
HSL
115°, 44%, 78%
CMYK
21, 0, 22, 13
Luminance
0.6514
Every format
| HEX | #b1dfad |
| RGB | rgb(177, 223, 173) |
| HSL | hsl(115, 44%, 78%) |
| CMYK | cmyk(21%, 0%, 22%, 13%) |
| LAB | lab(84.5 -24.3 19.7) |
| LCH | lch(84.5 31.3 141.0) |
| OKLCH | oklch(0.858 0.083 142.8) |
Copy-ready code
/* CSS */
color: #b1dfad;
background-color: #b1dfad;
/* Tailwind (arbitrary) */
class="text-[#b1dfad] bg-[#b1dfad]"
/* SCSS */
$brand: #b1dfad;
/* SwiftUI */
Color(red: 0.694, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#b1dfad")Accessibility — WCAG contrast
Aa
#b1dfad on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1dfad on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green87.5%
Blue67.8%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow22.4%
Key (black)12.5%
Color previews
#b1dfad text on a black background
contrast 14.03:1
Card sample
#b1dfad text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1dfad;
Background color
Panel with #b1dfad background
background-color: #b1dfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1dfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1dfad; background: linear-gradient(135deg, #b1dfad, #ADDFCA);