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