#b3facf
a light, electric green · cool · closest name: aquamarine
RGB
179, 250, 207
HSL
144°, 88%, 84%
CMYK
28, 0, 17, 2
Luminance
0.8246
Every format
| HEX | #b3facf |
| RGB | rgb(179, 250, 207) |
| HSL | hsl(144, 88%, 84%) |
| CMYK | cmyk(28%, 0%, 17%, 2%) |
| LAB | lab(92.8 -30.5 13.7) |
| LCH | lch(92.8 33.5 155.9) |
| OKLCH | oklch(0.927 0.092 157.5) |
Copy-ready code
/* CSS */
color: #b3facf;
background-color: #b3facf;
/* Tailwind (arbitrary) */
class="text-[#b3facf] bg-[#b3facf]"
/* SCSS */
$brand: #b3facf;
/* SwiftUI */
Color(red: 0.702, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#b3facf")Accessibility — WCAG contrast
Aa
#b3facf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3facf on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green98.0%
Blue81.2%
CMYK percentages
Cyan28.4%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#b3facf text on a black background
contrast 17.49:1
Card sample
#b3facf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3facf;
Background color
Panel with #b3facf background
background-color: #b3facf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3facf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3facf; background: linear-gradient(135deg, #b3facf, #B3F6FA);