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