#b3fdce
a light, electric green · cool · closest name: aquamarine
RGB
179, 253, 206
HSL
142°, 95%, 85%
CMYK
29, 0, 19, 1
Luminance
0.8429
Every format
| HEX | #b3fdce |
| RGB | rgb(179, 253, 206) |
| HSL | hsl(142, 95%, 85%) |
| CMYK | cmyk(29%, 0%, 19%, 1%) |
| LAB | lab(93.6 -32.1 15.3) |
| LCH | lch(93.6 35.6 154.5) |
| OKLCH | oklch(0.933 0.097 156.1) |
Copy-ready code
/* CSS */
color: #b3fdce;
background-color: #b3fdce;
/* Tailwind (arbitrary) */
class="text-[#b3fdce] bg-[#b3fdce]"
/* SCSS */
$brand: #b3fdce;
/* SwiftUI */
Color(red: 0.702, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#b3fdce")Accessibility — WCAG contrast
Aa
#b3fdce on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3fdce on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green99.2%
Blue80.8%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#b3fdce text on a black background
contrast 17.86:1
Card sample
#b3fdce text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3fdce;
Background color
Panel with #b3fdce background
background-color: #b3fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3fdce; background: linear-gradient(135deg, #b3fdce, #B3FBFD);