#b5ffcf
a pale, electric green · cool · closest name: aquamarine
RGB
181, 255, 207
HSL
141°, 100%, 86%
CMYK
29, 0, 19, 0
Luminance
0.8585
Every format
| HEX | #b5ffcf |
| RGB | rgb(181, 255, 207) |
| HSL | hsl(141, 100%, 86%) |
| CMYK | cmyk(29%, 0%, 19%, 0%) |
| LAB | lab(94.3 -32.3 15.8) |
| LCH | lch(94.3 35.9 154.0) |
| OKLCH | oklch(0.939 0.098 155.6) |
Copy-ready code
/* CSS */
color: #b5ffcf;
background-color: #b5ffcf;
/* Tailwind (arbitrary) */
class="text-[#b5ffcf] bg-[#b5ffcf]"
/* SCSS */
$brand: #b5ffcf;
/* SwiftUI */
Color(red: 0.710, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#b5ffcf")Accessibility — WCAG contrast
Aa
#b5ffcf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5ffcf on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green100.0%
Blue81.2%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#b5ffcf text on a black background
contrast 18.17:1
Card sample
#b5ffcf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5ffcf;
Background color
Panel with #b5ffcf background
background-color: #b5ffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5ffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5ffcf; background: linear-gradient(135deg, #b5ffcf, #B5FEFF);