#bdffaf
a light, electric green · cool · closest name: aquamarine
RGB
189, 255, 175
HSL
110°, 100%, 84%
CMYK
26, 0, 31, 0
Luminance
0.8543
Every format
| HEX | #bdffaf |
| RGB | rgb(189, 255, 175) |
| HSL | hsl(110, 100%, 84%) |
| CMYK | cmyk(26%, 0%, 31%, 0%) |
| LAB | lab(94.1 -35.1 31.8) |
| LCH | lch(94.1 47.4 137.8) |
| OKLCH | oklch(0.936 0.125 140.1) |
Copy-ready code
/* CSS */
color: #bdffaf;
background-color: #bdffaf;
/* Tailwind (arbitrary) */
class="text-[#bdffaf] bg-[#bdffaf]"
/* SCSS */
$brand: #bdffaf;
/* SwiftUI */
Color(red: 0.741, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#bdffaf")Accessibility — WCAG contrast
Aa
#bdffaf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdffaf on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green100.0%
Blue68.6%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#bdffaf text on a black background
contrast 18.09:1
Card sample
#bdffaf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdffaf;
Background color
Panel with #bdffaf background
background-color: #bdffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdffaf; background: linear-gradient(135deg, #bdffaf, #AFFFD6);