#b5dfba
a light, soft green · cool · closest name: beige
RGB
181, 223, 186
HSL
127°, 40%, 79%
CMYK
19, 0, 17, 13
Luminance
0.6614
Every format
| HEX | #b5dfba |
| RGB | rgb(181, 223, 186) |
| HSL | hsl(127, 40%, 79%) |
| CMYK | cmyk(19%, 0%, 17%, 13%) |
| LAB | lab(85.1 -20.8 13.7) |
| LCH | lch(85.1 24.9 146.6) |
| OKLCH | oklch(0.864 0.067 148.2) |
Copy-ready code
/* CSS */
color: #b5dfba;
background-color: #b5dfba;
/* Tailwind (arbitrary) */
class="text-[#b5dfba] bg-[#b5dfba]"
/* SCSS */
$brand: #b5dfba;
/* SwiftUI */
Color(red: 0.710, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#b5dfba")Accessibility — WCAG contrast
Aa
#b5dfba on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5dfba on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green87.5%
Blue72.9%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#b5dfba text on a black background
contrast 14.23:1
Card sample
#b5dfba text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5dfba;
Background color
Panel with #b5dfba background
background-color: #b5dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5dfba; background: linear-gradient(135deg, #b5dfba, #B5DFD6);