#b4fccc
a light, electric green · cool · closest name: aquamarine
RGB
180, 252, 204
HSL
140°, 92%, 85%
CMYK
29, 0, 19, 1
Luminance
0.8368
Every format
| HEX | #b4fccc |
| RGB | rgb(180, 252, 204) |
| HSL | hsl(140, 92%, 85%) |
| CMYK | cmyk(29%, 0%, 19%, 1%) |
| LAB | lab(93.3 -31.7 16.0) |
| LCH | lch(93.3 35.5 153.3) |
| OKLCH | oklch(0.931 0.097 154.9) |
Copy-ready code
/* CSS */
color: #b4fccc;
background-color: #b4fccc;
/* Tailwind (arbitrary) */
class="text-[#b4fccc] bg-[#b4fccc]"
/* SCSS */
$brand: #b4fccc;
/* SwiftUI */
Color(red: 0.706, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#b4fccc")Accessibility — WCAG contrast
Aa
#b4fccc on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4fccc on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green98.8%
Blue80.0%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#b4fccc text on a black background
contrast 17.74:1
Card sample
#b4fccc text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4fccc;
Background color
Panel with #b4fccc background
background-color: #b4fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4fccc; background: linear-gradient(135deg, #b4fccc, #B4FCFC);