#b5feee
a pale, electric cyan · cool · closest name: aquamarine
RGB
181, 254, 238
HSL
167°, 97%, 85%
CMYK
29, 0, 6, 0
Luminance
0.8688
Every format
| HEX | #b5feee |
| RGB | rgb(181, 254, 238) |
| HSL | hsl(167, 97%, 85%) |
| CMYK | cmyk(29%, 0%, 6%, 0%) |
| LAB | lab(94.7 -25.7 0.4) |
| LCH | lch(94.7 25.7 179.0) |
| OKLCH | oklch(0.945 0.075 179.4) |
Copy-ready code
/* CSS */
color: #b5feee;
background-color: #b5feee;
/* Tailwind (arbitrary) */
class="text-[#b5feee] bg-[#b5feee]"
/* SCSS */
$brand: #b5feee;
/* SwiftUI */
Color(red: 0.710, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#b5feee")Accessibility — WCAG contrast
Aa
#b5feee on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5feee on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green99.6%
Blue93.3%
CMYK percentages
Cyan28.7%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#b5feee text on a black background
contrast 18.38:1
Card sample
#b5feee text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5feee;
Background color
Panel with #b5feee background
background-color: #b5feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5feee; background: linear-gradient(135deg, #b5feee, #B5DDFE);