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