#8abeb4
a balanced, soft cyan · cool · closest name: silver
RGB
138, 190, 180
HSL
169°, 29%, 64%
CMYK
27, 0, 5, 26
Luminance
0.4553
Every format
| HEX | #8abeb4 |
| RGB | rgb(138, 190, 180) |
| HSL | hsl(169, 29%, 64%) |
| CMYK | cmyk(27%, 0%, 5%, 26%) |
| LAB | lab(73.2 -19.1 -0.5) |
| LCH | lch(73.2 19.1 181.3) |
| OKLCH | oklch(0.762 0.056 181.5) |
Copy-ready code
/* CSS */
color: #8abeb4;
background-color: #8abeb4;
/* Tailwind (arbitrary) */
class="text-[#8abeb4] bg-[#8abeb4]"
/* SCSS */
$brand: #8abeb4;
/* SwiftUI */
Color(red: 0.541, green: 0.745, blue: 0.706)
/* Android */
Color.parseColor("#8abeb4")Accessibility — WCAG contrast
Aa
#8abeb4 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8abeb4 on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green74.5%
Blue70.6%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow5.3%
Key (black)25.5%
Color previews
#8abeb4 text on a black background
contrast 10.11:1
Card sample
#8abeb4 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8abeb4;
Background color
Panel with #8abeb4 background
background-color: #8abeb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8abeb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 190, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 190, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8abeb4; background: linear-gradient(135deg, #8abeb4, #8AA5BE);