#b3fcaf
a light, electric green · cool · closest name: aquamarine
RGB
179, 252, 175
HSL
117°, 93%, 84%
CMYK
29, 0, 31, 1
Luminance
0.8230
Every format
| HEX | #b3fcaf |
| RGB | rgb(179, 252, 175) |
| HSL | hsl(117, 93%, 84%) |
| CMYK | cmyk(29%, 0%, 31%, 1%) |
| LAB | lab(92.7 -37.0 29.9) |
| LCH | lch(92.7 47.5 141.0) |
| OKLCH | oklch(0.924 0.126 143.2) |
Copy-ready code
/* CSS */
color: #b3fcaf;
background-color: #b3fcaf;
/* Tailwind (arbitrary) */
class="text-[#b3fcaf] bg-[#b3fcaf]"
/* SCSS */
$brand: #b3fcaf;
/* SwiftUI */
Color(red: 0.702, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#b3fcaf")Accessibility — WCAG contrast
Aa
#b3fcaf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3fcaf on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green98.8%
Blue68.6%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#b3fcaf text on a black background
contrast 17.46:1
Card sample
#b3fcaf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3fcaf;
Background color
Panel with #b3fcaf background
background-color: #b3fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3fcaf; background: linear-gradient(135deg, #b3fcaf, #AFFCDE);