#8bfade
a light, electric cyan · cool · closest name: aquamarine
RGB
139, 250, 222
HSL
165°, 92%, 76%
CMYK
44, 0, 11, 2
Luminance
0.7913
Every format
| HEX | #8bfade |
| RGB | rgb(139, 250, 222) |
| HSL | hsl(165, 92%, 76%) |
| CMYK | cmyk(44%, 0%, 11%, 2%) |
| LAB | lab(91.3 -38.3 3.5) |
| LCH | lch(91.3 38.5 174.7) |
| OKLCH | oklch(0.911 0.111 175.4) |
Copy-ready code
/* CSS */
color: #8bfade;
background-color: #8bfade;
/* Tailwind (arbitrary) */
class="text-[#8bfade] bg-[#8bfade]"
/* SCSS */
$brand: #8bfade;
/* SwiftUI */
Color(red: 0.545, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#8bfade")Accessibility — WCAG contrast
Aa
#8bfade on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bfade on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green98.0%
Blue87.1%
CMYK percentages
Cyan44.4%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#8bfade text on a black background
contrast 16.83:1
Card sample
#8bfade text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bfade;
Background color
Panel with #8bfade background
background-color: #8bfade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bfade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bfade; background: linear-gradient(135deg, #8bfade, #8BCCFA);