#b0dfba
a light, soft green · cool · closest name: beige
RGB
176, 223, 186
HSL
133°, 42%, 78%
CMYK
21, 0, 17, 13
Luminance
0.6555
Every format
| HEX | #b0dfba |
| RGB | rgb(176, 223, 186) |
| HSL | hsl(133, 42%, 78%) |
| CMYK | cmyk(21%, 0%, 17%, 13%) |
| LAB | lab(84.8 -22.4 13.2) |
| LCH | lch(84.8 26.0 149.5) |
| OKLCH | oklch(0.861 0.071 151.1) |
Copy-ready code
/* CSS */
color: #b0dfba;
background-color: #b0dfba;
/* Tailwind (arbitrary) */
class="text-[#b0dfba] bg-[#b0dfba]"
/* SCSS */
$brand: #b0dfba;
/* SwiftUI */
Color(red: 0.690, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#b0dfba")Accessibility — WCAG contrast
Aa
#b0dfba on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0dfba on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green87.5%
Blue72.9%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#b0dfba text on a black background
contrast 14.11:1
Card sample
#b0dfba text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0dfba;
Background color
Panel with #b0dfba background
background-color: #b0dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0dfba; background: linear-gradient(135deg, #b0dfba, #B0DFD9);