#b9ffaf
a light, electric green · cool · closest name: aquamarine
RGB
185, 255, 175
HSL
113°, 100%, 84%
CMYK
28, 0, 31, 0
Luminance
0.8493
Every format
| HEX | #b9ffaf |
| RGB | rgb(185, 255, 175) |
| HSL | hsl(113, 100%, 84%) |
| CMYK | cmyk(28%, 0%, 31%, 0%) |
| LAB | lab(93.8 -36.4 31.5) |
| LCH | lch(93.8 48.1 139.1) |
| OKLCH | oklch(0.934 0.127 141.4) |
Copy-ready code
/* CSS */
color: #b9ffaf;
background-color: #b9ffaf;
/* Tailwind (arbitrary) */
class="text-[#b9ffaf] bg-[#b9ffaf]"
/* SCSS */
$brand: #b9ffaf;
/* SwiftUI */
Color(red: 0.725, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#b9ffaf")Accessibility — WCAG contrast
Aa
#b9ffaf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9ffaf on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green100.0%
Blue68.6%
CMYK percentages
Cyan27.5%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#b9ffaf text on a black background
contrast 17.99:1
Card sample
#b9ffaf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9ffaf;
Background color
Panel with #b9ffaf background
background-color: #b9ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9ffaf; background: linear-gradient(135deg, #b9ffaf, #AFFFDA);