#b3fecc
a light, electric green · cool · closest name: aquamarine
RGB
179, 254, 204
HSL
140°, 97%, 85%
CMYK
30, 0, 20, 0
Luminance
0.8483
Every format
| HEX | #b3fecc |
| RGB | rgb(179, 254, 204) |
| HSL | hsl(140, 97%, 85%) |
| CMYK | cmyk(30%, 0%, 20%, 0%) |
| LAB | lab(93.8 -33.0 16.6) |
| LCH | lch(93.8 36.9 153.2) |
| OKLCH | oklch(0.935 0.101 154.8) |
Copy-ready code
/* CSS */
color: #b3fecc;
background-color: #b3fecc;
/* Tailwind (arbitrary) */
class="text-[#b3fecc] bg-[#b3fecc]"
/* SCSS */
$brand: #b3fecc;
/* SwiftUI */
Color(red: 0.702, green: 0.996, blue: 0.800)
/* Android */
Color.parseColor("#b3fecc")Accessibility — WCAG contrast
Aa
#b3fecc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3fecc on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green99.6%
Blue80.0%
CMYK percentages
Cyan29.5%
Magenta0.0%
Yellow19.7%
Key (black)0.4%
Color previews
#b3fecc text on a black background
contrast 17.97:1
Card sample
#b3fecc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3fecc;
Background color
Panel with #b3fecc background
background-color: #b3fecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3fecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 254, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 254, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3fecc; background: linear-gradient(135deg, #b3fecc, #B3FEFE);