#b9fcaf
a light, electric green · cool · closest name: aquamarine
RGB
185, 252, 175
HSL
112°, 93%, 84%
CMYK
27, 0, 31, 1
Luminance
0.8303
Every format
| HEX | #b9fcaf |
| RGB | rgb(185, 252, 175) |
| HSL | hsl(112, 93%, 84%) |
| CMYK | cmyk(27%, 0%, 31%, 1%) |
| LAB | lab(93.0 -35.0 30.4) |
| LCH | lch(93.0 46.4 139.1) |
| OKLCH | oklch(0.927 0.122 141.3) |
Copy-ready code
/* CSS */
color: #b9fcaf;
background-color: #b9fcaf;
/* Tailwind (arbitrary) */
class="text-[#b9fcaf] bg-[#b9fcaf]"
/* SCSS */
$brand: #b9fcaf;
/* SwiftUI */
Color(red: 0.725, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#b9fcaf")Accessibility — WCAG contrast
Aa
#b9fcaf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9fcaf on black: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green98.8%
Blue68.6%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#b9fcaf text on a black background
contrast 17.61:1
Card sample
#b9fcaf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9fcaf;
Background color
Panel with #b9fcaf background
background-color: #b9fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9fcaf; background: linear-gradient(135deg, #b9fcaf, #AFFCD8);