#b8f3af
a light, vivid green · cool · closest name: aquamarine
RGB
184, 243, 175
HSL
112°, 74%, 82%
CMYK
24, 0, 28, 5
Luminance
0.7739
Every format
| HEX | #b8f3af |
| RGB | rgb(184, 243, 175) |
| HSL | hsl(112, 74%, 82%) |
| CMYK | cmyk(24%, 0%, 28%, 5%) |
| LAB | lab(90.5 -31.2 26.9) |
| LCH | lch(90.5 41.2 139.2) |
| OKLCH | oklch(0.907 0.109 141.3) |
Copy-ready code
/* CSS */
color: #b8f3af;
background-color: #b8f3af;
/* Tailwind (arbitrary) */
class="text-[#b8f3af] bg-[#b8f3af]"
/* SCSS */
$brand: #b8f3af;
/* SwiftUI */
Color(red: 0.722, green: 0.953, blue: 0.686)
/* Android */
Color.parseColor("#b8f3af")Accessibility — WCAG contrast
Aa
#b8f3af on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8f3af on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green95.3%
Blue68.6%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow28.0%
Key (black)4.7%
Color previews
#b8f3af text on a black background
contrast 16.48:1
Card sample
#b8f3af text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8f3af;
Background color
Panel with #b8f3af background
background-color: #b8f3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8f3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 243, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 243, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8f3af; background: linear-gradient(135deg, #b8f3af, #AFF3D3);