#b3feac
a light, electric green · cool · closest name: aquamarine
RGB
179, 254, 172
HSL
115°, 98%, 84%
CMYK
30, 0, 32, 0
Luminance
0.8345
Every format
| HEX | #b3feac |
| RGB | rgb(179, 254, 172) |
| HSL | hsl(115, 98%, 84%) |
| CMYK | cmyk(30%, 0%, 32%, 0%) |
| LAB | lab(93.2 -38.3 32.1) |
| LCH | lch(93.2 50.0 140.1) |
| OKLCH | oklch(0.928 0.132 142.4) |
Copy-ready code
/* CSS */
color: #b3feac;
background-color: #b3feac;
/* Tailwind (arbitrary) */
class="text-[#b3feac] bg-[#b3feac]"
/* SCSS */
$brand: #b3feac;
/* SwiftUI */
Color(red: 0.702, green: 0.996, blue: 0.675)
/* Android */
Color.parseColor("#b3feac")Accessibility — WCAG contrast
Aa
#b3feac on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3feac on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green99.6%
Blue67.5%
CMYK percentages
Cyan29.5%
Magenta0.0%
Yellow32.3%
Key (black)0.4%
Color previews
#b3feac text on a black background
contrast 17.69:1
Card sample
#b3feac text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3feac;
Background color
Panel with #b3feac background
background-color: #b3feac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3feac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 254, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 254, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3feac; background: linear-gradient(135deg, #b3feac, #ACFEDC);