#b4f4cd
a light, vivid green · cool · closest name: aquamarine
RGB
180, 244, 205
HSL
143°, 74%, 83%
CMYK
26, 0, 16, 4
Luminance
0.7881
Every format
| HEX | #b4f4cd |
| RGB | rgb(180, 244, 205) |
| HSL | hsl(143, 74%, 83%) |
| CMYK | cmyk(26%, 0%, 16%, 4%) |
| LAB | lab(91.2 -27.8 12.4) |
| LCH | lch(91.2 30.4 156.0) |
| OKLCH | oklch(0.914 0.084 157.5) |
Copy-ready code
/* CSS */
color: #b4f4cd;
background-color: #b4f4cd;
/* Tailwind (arbitrary) */
class="text-[#b4f4cd] bg-[#b4f4cd]"
/* SCSS */
$brand: #b4f4cd;
/* SwiftUI */
Color(red: 0.706, green: 0.957, blue: 0.804)
/* Android */
Color.parseColor("#b4f4cd")Accessibility — WCAG contrast
Aa
#b4f4cd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4f4cd on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green95.7%
Blue80.4%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow16.0%
Key (black)4.3%
Color previews
#b4f4cd text on a black background
contrast 16.76:1
Card sample
#b4f4cd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4f4cd;
Background color
Panel with #b4f4cd background
background-color: #b4f4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4f4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 244, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 244, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4f4cd; background: linear-gradient(135deg, #b4f4cd, #B4F0F4);