#b4ffcb
a pale, electric green · cool · closest name: aquamarine
RGB
180, 255, 203
HSL
138°, 100%, 85%
CMYK
29, 0, 20, 0
Luminance
0.8554
Every format
| HEX | #b4ffcb |
| RGB | rgb(180, 255, 203) |
| HSL | hsl(138, 100%, 85%) |
| CMYK | cmyk(29%, 0%, 20%, 0%) |
| LAB | lab(94.1 -33.3 17.6) |
| LCH | lch(94.1 37.7 152.1) |
| OKLCH | oklch(0.937 0.102 153.8) |
Copy-ready code
/* CSS */
color: #b4ffcb;
background-color: #b4ffcb;
/* Tailwind (arbitrary) */
class="text-[#b4ffcb] bg-[#b4ffcb]"
/* SCSS */
$brand: #b4ffcb;
/* SwiftUI */
Color(red: 0.706, green: 1.000, blue: 0.796)
/* Android */
Color.parseColor("#b4ffcb")Accessibility — WCAG contrast
Aa
#b4ffcb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4ffcb on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green100.0%
Blue79.6%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow20.4%
Key (black)0.0%
Color previews
#b4ffcb text on a black background
contrast 18.11:1
Card sample
#b4ffcb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4ffcb;
Background color
Panel with #b4ffcb background
background-color: #b4ffcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4ffcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 255, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 255, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4ffcb; background: linear-gradient(135deg, #b4ffcb, #B4FFFD);