#bdefad
a light, vivid green · cool · closest name: aquamarine
RGB
189, 239, 173
HSL
106°, 67%, 81%
CMYK
21, 0, 28, 6
Luminance
0.7557
Every format
| HEX | #bdefad |
| RGB | rgb(189, 239, 173) |
| HSL | hsl(106, 67%, 81%) |
| CMYK | cmyk(21%, 0%, 28%, 6%) |
| LAB | lab(89.7 -27.9 26.9) |
| LCH | lch(89.7 38.8 136.1) |
| OKLCH | oklch(0.901 0.102 138.2) |
Copy-ready code
/* CSS */
color: #bdefad;
background-color: #bdefad;
/* Tailwind (arbitrary) */
class="text-[#bdefad] bg-[#bdefad]"
/* SCSS */
$brand: #bdefad;
/* SwiftUI */
Color(red: 0.741, green: 0.937, blue: 0.678)
/* Android */
Color.parseColor("#bdefad")Accessibility — WCAG contrast
Aa
#bdefad on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdefad on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.7%
Blue67.8%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow27.6%
Key (black)6.3%
Color previews
#bdefad text on a black background
contrast 16.11:1
Card sample
#bdefad text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdefad;
Background color
Panel with #bdefad background
background-color: #bdefad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdefad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 239, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 239, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdefad; background: linear-gradient(135deg, #bdefad, #ADEFC9);