#b3f1af
a light, vivid green · cool · closest name: aquamarine
RGB
179, 241, 175
HSL
116°, 70%, 82%
CMYK
26, 0, 27, 6
Luminance
0.7559
Every format
| HEX | #b3f1af |
| RGB | rgb(179, 241, 175) |
| HSL | hsl(116, 70%, 82%) |
| CMYK | cmyk(26%, 0%, 27%, 6%) |
| LAB | lab(89.7 -31.9 25.8) |
| LCH | lch(89.7 41.0 141.1) |
| OKLCH | oklch(0.900 0.109 143.1) |
Copy-ready code
/* CSS */
color: #b3f1af;
background-color: #b3f1af;
/* Tailwind (arbitrary) */
class="text-[#b3f1af] bg-[#b3f1af]"
/* SCSS */
$brand: #b3f1af;
/* SwiftUI */
Color(red: 0.702, green: 0.945, blue: 0.686)
/* Android */
Color.parseColor("#b3f1af")Accessibility — WCAG contrast
Aa
#b3f1af on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3f1af on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green94.5%
Blue68.6%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow27.4%
Key (black)5.5%
Color previews
#b3f1af text on a black background
contrast 16.12:1
Card sample
#b3f1af text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3f1af;
Background color
Panel with #b3f1af background
background-color: #b3f1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3f1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 241, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 241, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3f1af; background: linear-gradient(135deg, #b3f1af, #AFF1D7);