#bdfcaf
a light, electric green · cool · closest name: aquamarine
RGB
189, 252, 175
HSL
109°, 93%, 84%
CMYK
25, 0, 31, 1
Luminance
0.8353
Every format
| HEX | #bdfcaf |
| RGB | rgb(189, 252, 175) |
| HSL | hsl(109, 93%, 84%) |
| CMYK | cmyk(25%, 0%, 31%, 1%) |
| LAB | lab(93.3 -33.7 30.7) |
| LCH | lch(93.3 45.6 137.7) |
| OKLCH | oklch(0.930 0.120 139.9) |
Copy-ready code
/* CSS */
color: #bdfcaf;
background-color: #bdfcaf;
/* Tailwind (arbitrary) */
class="text-[#bdfcaf] bg-[#bdfcaf]"
/* SCSS */
$brand: #bdfcaf;
/* SwiftUI */
Color(red: 0.741, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#bdfcaf")Accessibility — WCAG contrast
Aa
#bdfcaf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfcaf on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.8%
Blue68.6%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#bdfcaf text on a black background
contrast 17.71:1
Card sample
#bdfcaf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfcaf;
Background color
Panel with #bdfcaf background
background-color: #bdfcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfcaf; background: linear-gradient(135deg, #bdfcaf, #AFFCD4);