#bdf1ab
a light, vivid green · cool · closest name: aquamarine
RGB
189, 241, 171
HSL
105°, 71%, 81%
CMYK
22, 0, 29, 6
Luminance
0.7667
Every format
| HEX | #bdf1ab |
| RGB | rgb(189, 241, 171) |
| HSL | hsl(105, 71%, 81%) |
| CMYK | cmyk(22%, 0%, 29%, 6%) |
| LAB | lab(90.2 -29.2 28.6) |
| LCH | lch(90.2 40.9 135.6) |
| OKLCH | oklch(0.905 0.107 137.8) |
Copy-ready code
/* CSS */
color: #bdf1ab;
background-color: #bdf1ab;
/* Tailwind (arbitrary) */
class="text-[#bdf1ab] bg-[#bdf1ab]"
/* SCSS */
$brand: #bdf1ab;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.671)
/* Android */
Color.parseColor("#bdf1ab")Accessibility — WCAG contrast
Aa
#bdf1ab on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf1ab on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue67.1%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow29.0%
Key (black)5.5%
Color previews
#bdf1ab text on a black background
contrast 16.33:1
Card sample
#bdf1ab text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf1ab;
Background color
Panel with #bdf1ab background
background-color: #bdf1ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf1ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf1ab; background: linear-gradient(135deg, #bdf1ab, #ABF1C8);