#b3f5cf
a light, electric green · cool · closest name: aquamarine
RGB
179, 245, 207
HSL
146°, 77%, 83%
CMYK
27, 0, 16, 4
Luminance
0.7939
Every format
| HEX | #b3f5cf |
| RGB | rgb(179, 245, 207) |
| HSL | hsl(146, 77%, 83%) |
| CMYK | cmyk(27%, 0%, 16%, 4%) |
| LAB | lab(91.4 -28.2 11.7) |
| LCH | lch(91.4 30.5 157.4) |
| OKLCH | oklch(0.916 0.084 158.9) |
Copy-ready code
/* CSS */
color: #b3f5cf;
background-color: #b3f5cf;
/* Tailwind (arbitrary) */
class="text-[#b3f5cf] bg-[#b3f5cf]"
/* SCSS */
$brand: #b3f5cf;
/* SwiftUI */
Color(red: 0.702, green: 0.961, blue: 0.812)
/* Android */
Color.parseColor("#b3f5cf")Accessibility — WCAG contrast
Aa
#b3f5cf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3f5cf on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green96.1%
Blue81.2%
CMYK percentages
Cyan26.9%
Magenta0.0%
Yellow15.5%
Key (black)3.9%
Color previews
#b3f5cf text on a black background
contrast 16.88:1
Card sample
#b3f5cf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3f5cf;
Background color
Panel with #b3f5cf background
background-color: #b3f5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3f5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 245, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 245, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3f5cf; background: linear-gradient(135deg, #b3f5cf, #B3EFF5);