#b4f9cd
a light, electric green · cool · closest name: aquamarine
RGB
180, 249, 205
HSL
142°, 85%, 84%
CMYK
28, 0, 18, 2
Luminance
0.8186
Every format
| HEX | #b4f9cd |
| RGB | rgb(180, 249, 205) |
| HSL | hsl(142, 85%, 84%) |
| CMYK | cmyk(28%, 0%, 18%, 2%) |
| LAB | lab(92.5 -30.1 14.3) |
| LCH | lch(92.5 33.4 154.6) |
| OKLCH | oklch(0.925 0.091 156.2) |
Copy-ready code
/* CSS */
color: #b4f9cd;
background-color: #b4f9cd;
/* Tailwind (arbitrary) */
class="text-[#b4f9cd] bg-[#b4f9cd]"
/* SCSS */
$brand: #b4f9cd;
/* SwiftUI */
Color(red: 0.706, green: 0.976, blue: 0.804)
/* Android */
Color.parseColor("#b4f9cd")Accessibility — WCAG contrast
Aa
#b4f9cd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4f9cd on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green97.6%
Blue80.4%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow17.7%
Key (black)2.4%
Color previews
#b4f9cd text on a black background
contrast 17.37:1
Card sample
#b4f9cd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4f9cd;
Background color
Panel with #b4f9cd background
background-color: #b4f9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4f9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 249, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 249, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4f9cd; background: linear-gradient(135deg, #b4f9cd, #B4F7F9);