#b5f0c1
a light, vivid green · cool · closest name: aquamarine
RGB
181, 240, 193
HSL
132°, 66%, 83%
CMYK
25, 0, 20, 6
Luminance
0.7599
Every format
| HEX | #b5f0c1 |
| RGB | rgb(181, 240, 193) |
| HSL | hsl(132, 66%, 83%) |
| CMYK | cmyk(25%, 0%, 20%, 6%) |
| LAB | lab(89.9 -27.7 16.8) |
| LCH | lch(89.9 32.4 148.8) |
| OKLCH | oklch(0.903 0.088 150.5) |
Copy-ready code
/* CSS */
color: #b5f0c1;
background-color: #b5f0c1;
/* Tailwind (arbitrary) */
class="text-[#b5f0c1] bg-[#b5f0c1]"
/* SCSS */
$brand: #b5f0c1;
/* SwiftUI */
Color(red: 0.710, green: 0.941, blue: 0.757)
/* Android */
Color.parseColor("#b5f0c1")Accessibility — WCAG contrast
Aa
#b5f0c1 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5f0c1 on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green94.1%
Blue75.7%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow19.6%
Key (black)5.9%
Color previews
#b5f0c1 text on a black background
contrast 16.20:1
Card sample
#b5f0c1 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5f0c1;
Background color
Panel with #b5f0c1 background
background-color: #b5f0c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5f0c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 240, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 240, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5f0c1; background: linear-gradient(135deg, #b5f0c1, #B5F0E8);