#8afbaf
a light, electric green · cool · closest name: aquamarine
RGB
138, 251, 175
HSL
140°, 93%, 76%
CMYK
45, 0, 30, 2
Luminance
0.7749
Every format
| HEX | #8afbaf |
| RGB | rgb(138, 251, 175) |
| HSL | hsl(140, 93%, 76%) |
| CMYK | cmyk(45%, 0%, 30%, 2%) |
| LAB | lab(90.5 -48.5 26.6) |
| LCH | lch(90.5 55.3 151.2) |
| OKLCH | oklch(0.901 0.148 153.0) |
Copy-ready code
/* CSS */
color: #8afbaf;
background-color: #8afbaf;
/* Tailwind (arbitrary) */
class="text-[#8afbaf] bg-[#8afbaf]"
/* SCSS */
$brand: #8afbaf;
/* SwiftUI */
Color(red: 0.541, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#8afbaf")Accessibility — WCAG contrast
Aa
#8afbaf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8afbaf on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green98.4%
Blue68.6%
CMYK percentages
Cyan45.0%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#8afbaf text on a black background
contrast 16.50:1
Card sample
#8afbaf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8afbaf;
Background color
Panel with #8afbaf background
background-color: #8afbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8afbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8afbaf; background: linear-gradient(135deg, #8afbaf, #8AFBFA);