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