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