#8aebaf
a light, vivid green · cool · closest name: aquamarine
RGB
138, 235, 175
HSL
143°, 71%, 73%
CMYK
41, 0, 26, 8
Luminance
0.6792
Every format
| HEX | #8aebaf |
| RGB | rgb(138, 235, 175) |
| HSL | hsl(143, 71%, 73%) |
| CMYK | cmyk(41%, 0%, 26%, 8%) |
| LAB | lab(86.0 -41.5 20.3) |
| LCH | lch(86.0 46.2 153.9) |
| OKLCH | oklch(0.864 0.125 155.5) |
Copy-ready code
/* CSS */
color: #8aebaf;
background-color: #8aebaf;
/* Tailwind (arbitrary) */
class="text-[#8aebaf] bg-[#8aebaf]"
/* SCSS */
$brand: #8aebaf;
/* SwiftUI */
Color(red: 0.541, green: 0.922, blue: 0.686)
/* Android */
Color.parseColor("#8aebaf")Accessibility — WCAG contrast
Aa
#8aebaf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8aebaf on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green92.2%
Blue68.6%
CMYK percentages
Cyan41.3%
Magenta0.0%
Yellow25.5%
Key (black)7.8%
Color previews
#8aebaf text on a black background
contrast 14.58:1
Card sample
#8aebaf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8aebaf;
Background color
Panel with #8aebaf background
background-color: #8aebaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8aebaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 235, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 235, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8aebaf; background: linear-gradient(135deg, #8aebaf, #8AE6EB);