#b4ffcf
a pale, electric green · cool · closest name: aquamarine
RGB
180, 255, 207
HSL
142°, 100%, 85%
CMYK
29, 0, 19, 0
Luminance
0.8573
Every format
| HEX | #b4ffcf |
| RGB | rgb(180, 255, 207) |
| HSL | hsl(142, 100%, 85%) |
| CMYK | cmyk(29%, 0%, 19%, 0%) |
| LAB | lab(94.2 -32.6 15.7) |
| LCH | lch(94.2 36.1 154.3) |
| OKLCH | oklch(0.938 0.099 155.9) |
Copy-ready code
/* CSS */
color: #b4ffcf;
background-color: #b4ffcf;
/* Tailwind (arbitrary) */
class="text-[#b4ffcf] bg-[#b4ffcf]"
/* SCSS */
$brand: #b4ffcf;
/* SwiftUI */
Color(red: 0.706, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#b4ffcf")Accessibility — WCAG contrast
Aa
#b4ffcf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4ffcf on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green100.0%
Blue81.2%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#b4ffcf text on a black background
contrast 18.15:1
Card sample
#b4ffcf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4ffcf;
Background color
Panel with #b4ffcf background
background-color: #b4ffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4ffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4ffcf; background: linear-gradient(135deg, #b4ffcf, #B4FDFF);