#b4ffe3
a pale, electric green · cool · closest name: aquamarine
RGB
180, 255, 227
HSL
158°, 100%, 85%
CMYK
29, 0, 11, 0
Luminance
0.8677
Every format
| HEX | #b4ffe3 |
| RGB | rgb(180, 255, 227) |
| HSL | hsl(158, 100%, 85%) |
| CMYK | cmyk(29%, 0%, 11%, 0%) |
| LAB | lab(94.6 -28.7 6.0) |
| LCH | lch(94.6 29.4 168.1) |
| OKLCH | oklch(0.943 0.083 169.3) |
Copy-ready code
/* CSS */
color: #b4ffe3;
background-color: #b4ffe3;
/* Tailwind (arbitrary) */
class="text-[#b4ffe3] bg-[#b4ffe3]"
/* SCSS */
$brand: #b4ffe3;
/* SwiftUI */
Color(red: 0.706, green: 1.000, blue: 0.890)
/* Android */
Color.parseColor("#b4ffe3")Accessibility — WCAG contrast
Aa
#b4ffe3 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4ffe3 on black: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green100.0%
Blue89.0%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow11.0%
Key (black)0.0%
Color previews
#b4ffe3 text on a black background
contrast 18.35:1
Card sample
#b4ffe3 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4ffe3;
Background color
Panel with #b4ffe3 background
background-color: #b4ffe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4ffe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 255, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 255, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4ffe3; background: linear-gradient(135deg, #b4ffe3, #B4E9FF);