#b4f0d2
a light, vivid green · cool · closest name: aquamarine
RGB
180, 240, 210
HSL
150°, 67%, 82%
CMYK
25, 0, 13, 6
Luminance
0.7668
Every format
| HEX | #b4f0d2 |
| RGB | rgb(180, 240, 210) |
| HSL | hsl(150, 67%, 82%) |
| CMYK | cmyk(25%, 0%, 13%, 6%) |
| LAB | lab(90.2 -24.9 8.4) |
| LCH | lch(90.2 26.3 161.4) |
| OKLCH | oklch(0.906 0.073 162.8) |
Copy-ready code
/* CSS */
color: #b4f0d2;
background-color: #b4f0d2;
/* Tailwind (arbitrary) */
class="text-[#b4f0d2] bg-[#b4f0d2]"
/* SCSS */
$brand: #b4f0d2;
/* SwiftUI */
Color(red: 0.706, green: 0.941, blue: 0.824)
/* Android */
Color.parseColor("#b4f0d2")Accessibility — WCAG contrast
Aa
#b4f0d2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4f0d2 on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green94.1%
Blue82.4%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow12.5%
Key (black)5.9%
Color previews
#b4f0d2 text on a black background
contrast 16.34:1
Card sample
#b4f0d2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4f0d2;
Background color
Panel with #b4f0d2 background
background-color: #b4f0d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4f0d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 240, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 240, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4f0d2; background: linear-gradient(135deg, #b4f0d2, #B4E6F0);