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