#b4f5cf
a light, electric green · cool · closest name: aquamarine
RGB
180, 245, 207
HSL
145°, 77%, 83%
CMYK
27, 0, 16, 4
Luminance
0.7951
Every format
| HEX | #b4f5cf |
| RGB | rgb(180, 245, 207) |
| HSL | hsl(145, 77%, 83%) |
| CMYK | cmyk(27%, 0%, 16%, 4%) |
| LAB | lab(91.5 -27.9 11.8) |
| LCH | lch(91.5 30.3 157.1) |
| OKLCH | oklch(0.916 0.084 158.6) |
Copy-ready code
/* CSS */
color: #b4f5cf;
background-color: #b4f5cf;
/* Tailwind (arbitrary) */
class="text-[#b4f5cf] bg-[#b4f5cf]"
/* SCSS */
$brand: #b4f5cf;
/* SwiftUI */
Color(red: 0.706, green: 0.961, blue: 0.812)
/* Android */
Color.parseColor("#b4f5cf")Accessibility — WCAG contrast
Aa
#b4f5cf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4f5cf on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green96.1%
Blue81.2%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow15.5%
Key (black)3.9%
Color previews
#b4f5cf text on a black background
contrast 16.90:1
Card sample
#b4f5cf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4f5cf;
Background color
Panel with #b4f5cf background
background-color: #b4f5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4f5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 245, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 245, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4f5cf; background: linear-gradient(135deg, #b4f5cf, #B4F0F5);