#b3fbdf
a light, electric green · cool · closest name: aquamarine
RGB
179, 251, 223
HSL
157°, 90%, 84%
CMYK
29, 0, 11, 2
Luminance
0.8391
Every format
| HEX | #b3fbdf |
| RGB | rgb(179, 251, 223) |
| HSL | hsl(157, 90%, 84%) |
| CMYK | cmyk(29%, 0%, 11%, 2%) |
| LAB | lab(93.4 -27.9 6.3) |
| LCH | lch(93.4 28.6 167.3) |
| OKLCH | oklch(0.933 0.081 168.5) |
Copy-ready code
/* CSS */
color: #b3fbdf;
background-color: #b3fbdf;
/* Tailwind (arbitrary) */
class="text-[#b3fbdf] bg-[#b3fbdf]"
/* SCSS */
$brand: #b3fbdf;
/* SwiftUI */
Color(red: 0.702, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#b3fbdf")Accessibility — WCAG contrast
Aa
#b3fbdf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3fbdf on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green98.4%
Blue87.5%
CMYK percentages
Cyan28.7%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#b3fbdf text on a black background
contrast 17.78:1
Card sample
#b3fbdf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3fbdf;
Background color
Panel with #b3fbdf background
background-color: #b3fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3fbdf; background: linear-gradient(135deg, #b3fbdf, #B3E7FB);