#b5ffd2
a pale, electric green · cool · closest name: aquamarine
RGB
181, 255, 210
HSL
144°, 100%, 86%
CMYK
29, 0, 18, 0
Luminance
0.8600
Every format
| HEX | #b5ffd2 |
| RGB | rgb(181, 255, 210) |
| HSL | hsl(144, 100%, 86%) |
| CMYK | cmyk(29%, 0%, 18%, 0%) |
| LAB | lab(94.3 -31.7 14.3) |
| LCH | lch(94.3 34.8 155.7) |
| OKLCH | oklch(0.940 0.096 157.3) |
Copy-ready code
/* CSS */
color: #b5ffd2;
background-color: #b5ffd2;
/* Tailwind (arbitrary) */
class="text-[#b5ffd2] bg-[#b5ffd2]"
/* SCSS */
$brand: #b5ffd2;
/* SwiftUI */
Color(red: 0.710, green: 1.000, blue: 0.824)
/* Android */
Color.parseColor("#b5ffd2")Accessibility — WCAG contrast
Aa
#b5ffd2 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5ffd2 on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green100.0%
Blue82.4%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow17.6%
Key (black)0.0%
Color previews
#b5ffd2 text on a black background
contrast 18.20:1
Card sample
#b5ffd2 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5ffd2;
Background color
Panel with #b5ffd2 background
background-color: #b5ffd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5ffd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 255, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 255, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5ffd2; background: linear-gradient(135deg, #b5ffd2, #B5FBFF);