#b5dfad
a light, soft green · cool · closest name: beige
RGB
181, 223, 173
HSL
110°, 44%, 78%
CMYK
19, 0, 22, 13
Luminance
0.6562
Every format
| HEX | #b5dfad |
| RGB | rgb(181, 223, 173) |
| HSL | hsl(110, 44%, 78%) |
| CMYK | cmyk(19%, 0%, 22%, 13%) |
| LAB | lab(84.8 -23.0 20.1) |
| LCH | lch(84.8 30.5 138.8) |
| OKLCH | oklch(0.861 0.081 140.6) |
Copy-ready code
/* CSS */
color: #b5dfad;
background-color: #b5dfad;
/* Tailwind (arbitrary) */
class="text-[#b5dfad] bg-[#b5dfad]"
/* SCSS */
$brand: #b5dfad;
/* SwiftUI */
Color(red: 0.710, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#b5dfad")Accessibility — WCAG contrast
Aa
#b5dfad on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5dfad on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green87.5%
Blue67.8%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow22.4%
Key (black)12.5%
Color previews
#b5dfad text on a black background
contrast 14.12:1
Card sample
#b5dfad text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5dfad;
Background color
Panel with #b5dfad background
background-color: #b5dfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5dfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5dfad; background: linear-gradient(135deg, #b5dfad, #ADDFC6);