#b3fcba
a light, electric green · cool · closest name: aquamarine
RGB
179, 252, 186
HSL
126°, 92%, 85%
CMYK
29, 0, 26, 1
Luminance
0.8275
Every format
| HEX | #b3fcba |
| RGB | rgb(179, 252, 186) |
| HSL | hsl(126, 92%, 85%) |
| CMYK | cmyk(29%, 0%, 26%, 1%) |
| LAB | lab(92.9 -35.2 24.6) |
| LCH | lch(92.9 42.9 145.0) |
| OKLCH | oklch(0.926 0.115 147.0) |
Copy-ready code
/* CSS */
color: #b3fcba;
background-color: #b3fcba;
/* Tailwind (arbitrary) */
class="text-[#b3fcba] bg-[#b3fcba]"
/* SCSS */
$brand: #b3fcba;
/* SwiftUI */
Color(red: 0.702, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#b3fcba")Accessibility — WCAG contrast
Aa
#b3fcba on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3fcba on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green98.8%
Blue72.9%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#b3fcba text on a black background
contrast 17.55:1
Card sample
#b3fcba text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3fcba;
Background color
Panel with #b3fcba background
background-color: #b3fcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3fcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3fcba; background: linear-gradient(135deg, #b3fcba, #B3FCEB);