#b5fdac
a light, electric green · cool · closest name: aquamarine
RGB
181, 253, 172
HSL
113°, 95%, 83%
CMYK
29, 0, 32, 1
Luminance
0.8305
Every format
| HEX | #b5fdac |
| RGB | rgb(181, 253, 172) |
| HSL | hsl(113, 95%, 83%) |
| CMYK | cmyk(29%, 0%, 32%, 1%) |
| LAB | lab(93.0 -37.2 31.9) |
| LCH | lch(93.0 49.0 139.4) |
| OKLCH | oklch(0.927 0.129 141.8) |
Copy-ready code
/* CSS */
color: #b5fdac;
background-color: #b5fdac;
/* Tailwind (arbitrary) */
class="text-[#b5fdac] bg-[#b5fdac]"
/* SCSS */
$brand: #b5fdac;
/* SwiftUI */
Color(red: 0.710, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#b5fdac")Accessibility — WCAG contrast
Aa
#b5fdac on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5fdac on black: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green99.2%
Blue67.5%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#b5fdac text on a black background
contrast 17.61:1
Card sample
#b5fdac text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5fdac;
Background color
Panel with #b5fdac background
background-color: #b5fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5fdac; background: linear-gradient(135deg, #b5fdac, #ACFDD9);