#b5fcdf
a light, electric green · cool · closest name: aquamarine
RGB
181, 252, 223
HSL
156°, 92%, 85%
CMYK
28, 0, 12, 1
Luminance
0.8477
Every format
| HEX | #b5fcdf |
| RGB | rgb(181, 252, 223) |
| HSL | hsl(156, 92%, 85%) |
| CMYK | cmyk(28%, 0%, 12%, 1%) |
| LAB | lab(93.8 -27.8 6.9) |
| LCH | lch(93.8 28.6 166.1) |
| OKLCH | oklch(0.936 0.081 167.4) |
Copy-ready code
/* CSS */
color: #b5fcdf;
background-color: #b5fcdf;
/* Tailwind (arbitrary) */
class="text-[#b5fcdf] bg-[#b5fcdf]"
/* SCSS */
$brand: #b5fcdf;
/* SwiftUI */
Color(red: 0.710, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#b5fcdf")Accessibility — WCAG contrast
Aa
#b5fcdf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5fcdf on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green98.8%
Blue87.5%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#b5fcdf text on a black background
contrast 17.95:1
Card sample
#b5fcdf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5fcdf;
Background color
Panel with #b5fcdf background
background-color: #b5fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5fcdf; background: linear-gradient(135deg, #b5fcdf, #B5EAFC);