#b4fceb
a light, electric cyan · cool · closest name: aquamarine
RGB
180, 252, 235
HSL
166°, 92%, 85%
CMYK
29, 0, 7, 1
Luminance
0.8532
Every format
| HEX | #b4fceb |
| RGB | rgb(180, 252, 235) |
| HSL | hsl(166, 92%, 85%) |
| CMYK | cmyk(29%, 0%, 7%, 1%) |
| LAB | lab(94.0 -25.7 1.0) |
| LCH | lch(94.0 25.7 177.8) |
| OKLCH | oklch(0.939 0.075 178.3) |
Copy-ready code
/* CSS */
color: #b4fceb;
background-color: #b4fceb;
/* Tailwind (arbitrary) */
class="text-[#b4fceb] bg-[#b4fceb]"
/* SCSS */
$brand: #b4fceb;
/* SwiftUI */
Color(red: 0.706, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#b4fceb")Accessibility — WCAG contrast
Aa
#b4fceb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4fceb on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green98.8%
Blue92.2%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#b4fceb text on a black background
contrast 18.06:1
Card sample
#b4fceb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4fceb;
Background color
Panel with #b4fceb background
background-color: #b4fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4fceb; background: linear-gradient(135deg, #b4fceb, #B4DDFC);