#b4fccf
a light, electric green · cool · closest name: aquamarine
RGB
180, 252, 207
HSL
143°, 92%, 85%
CMYK
29, 0, 18, 1
Luminance
0.8383
Every format
| HEX | #b4fccf |
| RGB | rgb(180, 252, 207) |
| HSL | hsl(143, 92%, 85%) |
| CMYK | cmyk(29%, 0%, 18%, 1%) |
| LAB | lab(93.4 -31.2 14.5) |
| LCH | lch(93.4 34.4 155.0) |
| OKLCH | oklch(0.932 0.094 156.6) |
Copy-ready code
/* CSS */
color: #b4fccf;
background-color: #b4fccf;
/* Tailwind (arbitrary) */
class="text-[#b4fccf] bg-[#b4fccf]"
/* SCSS */
$brand: #b4fccf;
/* SwiftUI */
Color(red: 0.706, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#b4fccf")Accessibility — WCAG contrast
Aa
#b4fccf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4fccf on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green98.8%
Blue81.2%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#b4fccf text on a black background
contrast 17.77:1
Card sample
#b4fccf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4fccf;
Background color
Panel with #b4fccf background
background-color: #b4fccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4fccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4fccf; background: linear-gradient(135deg, #b4fccf, #B4F9FC);