#b5ffeb
a pale, electric cyan · cool · closest name: aquamarine
RGB
181, 255, 235
HSL
164°, 100%, 86%
CMYK
29, 0, 8, 0
Luminance
0.8734
Every format
| HEX | #b5ffeb |
| RGB | rgb(181, 255, 235) |
| HSL | hsl(164, 100%, 86%) |
| CMYK | cmyk(29%, 0%, 8%, 0%) |
| LAB | lab(94.9 -26.8 2.3) |
| LCH | lch(94.9 26.9 175.2) |
| OKLCH | oklch(0.946 0.078 175.9) |
Copy-ready code
/* CSS */
color: #b5ffeb;
background-color: #b5ffeb;
/* Tailwind (arbitrary) */
class="text-[#b5ffeb] bg-[#b5ffeb]"
/* SCSS */
$brand: #b5ffeb;
/* SwiftUI */
Color(red: 0.710, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#b5ffeb")Accessibility — WCAG contrast
Aa
#b5ffeb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5ffeb on black: 18.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green100.0%
Blue92.2%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#b5ffeb text on a black background
contrast 18.47:1
Card sample
#b5ffeb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5ffeb;
Background color
Panel with #b5ffeb background
background-color: #b5ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5ffeb; background: linear-gradient(135deg, #b5ffeb, #B5E2FF);