#b9feaf
a light, electric green · cool · closest name: aquamarine
RGB
185, 254, 175
HSL
112°, 98%, 84%
CMYK
27, 0, 31, 0
Luminance
0.8429
Every format
| HEX | #b9feaf |
| RGB | rgb(185, 254, 175) |
| HSL | hsl(112, 98%, 84%) |
| CMYK | cmyk(27%, 0%, 31%, 0%) |
| LAB | lab(93.6 -35.9 31.1) |
| LCH | lch(93.6 47.5 139.1) |
| OKLCH | oklch(0.932 0.125 141.4) |
Copy-ready code
/* CSS */
color: #b9feaf;
background-color: #b9feaf;
/* Tailwind (arbitrary) */
class="text-[#b9feaf] bg-[#b9feaf]"
/* SCSS */
$brand: #b9feaf;
/* SwiftUI */
Color(red: 0.725, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#b9feaf")Accessibility — WCAG contrast
Aa
#b9feaf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9feaf on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green99.6%
Blue68.6%
CMYK percentages
Cyan27.2%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#b9feaf text on a black background
contrast 17.86:1
Card sample
#b9feaf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9feaf;
Background color
Panel with #b9feaf background
background-color: #b9feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9feaf; background: linear-gradient(135deg, #b9feaf, #AFFEDA);