#b7daba
a light, soft green · cool · closest name: beige
RGB
183, 218, 186
HSL
125°, 32%, 79%
CMYK
16, 0, 15, 15
Luminance
0.6376
Every format
| HEX | #b7daba |
| RGB | rgb(183, 218, 186) |
| HSL | hsl(125, 32%, 79%) |
| CMYK | cmyk(16%, 0%, 15%, 15%) |
| LAB | lab(83.8 -17.6 12.0) |
| LCH | lch(83.8 21.3 145.8) |
| OKLCH | oklch(0.854 0.057 147.4) |
Copy-ready code
/* CSS */
color: #b7daba;
background-color: #b7daba;
/* Tailwind (arbitrary) */
class="text-[#b7daba] bg-[#b7daba]"
/* SCSS */
$brand: #b7daba;
/* SwiftUI */
Color(red: 0.718, green: 0.855, blue: 0.729)
/* Android */
Color.parseColor("#b7daba")Accessibility — WCAG contrast
Aa
#b7daba on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7daba on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green85.5%
Blue72.9%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow14.7%
Key (black)14.5%
Color previews
#b7daba text on a black background
contrast 13.75:1
Card sample
#b7daba text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7daba;
Background color
Panel with #b7daba background
background-color: #b7daba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7daba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 218, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 218, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7daba; background: linear-gradient(135deg, #b7daba, #B7DAD1);