#bdfaaa
a light, electric green · cool · closest name: aquamarine
RGB
189, 250, 170
HSL
106°, 89%, 82%
CMYK
24, 0, 32, 2
Luminance
0.8209
Every format
| HEX | #bdfaaa |
| RGB | rgb(189, 250, 170) |
| HSL | hsl(106, 89%, 82%) |
| CMYK | cmyk(24%, 0%, 32%, 2%) |
| LAB | lab(92.6 -33.5 32.4) |
| LCH | lch(92.6 46.6 136.0) |
| OKLCH | oklch(0.924 0.122 138.4) |
Copy-ready code
/* CSS */
color: #bdfaaa;
background-color: #bdfaaa;
/* Tailwind (arbitrary) */
class="text-[#bdfaaa] bg-[#bdfaaa]"
/* SCSS */
$brand: #bdfaaa;
/* SwiftUI */
Color(red: 0.741, green: 0.980, blue: 0.667)
/* Android */
Color.parseColor("#bdfaaa")Accessibility — WCAG contrast
Aa
#bdfaaa on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfaaa on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.0%
Blue66.7%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow32.0%
Key (black)2.0%
Color previews
#bdfaaa text on a black background
contrast 17.42:1
Card sample
#bdfaaa text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfaaa;
Background color
Panel with #bdfaaa background
background-color: #bdfaaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfaaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 250, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 250, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfaaa; background: linear-gradient(135deg, #bdfaaa, #AAFACC);