#8abcaf
a balanced, soft cyan · cool · closest name: silver
RGB
138, 188, 175
HSL
164°, 27%, 64%
CMYK
27, 0, 7, 26
Luminance
0.4446
Every format
| HEX | #8abcaf |
| RGB | rgb(138, 188, 175) |
| HSL | hsl(164, 27%, 64%) |
| CMYK | cmyk(27%, 0%, 7%, 26%) |
| LAB | lab(72.5 -19.2 1.3) |
| LCH | lch(72.5 19.2 176.2) |
| OKLCH | oklch(0.756 0.056 176.9) |
Copy-ready code
/* CSS */
color: #8abcaf;
background-color: #8abcaf;
/* Tailwind (arbitrary) */
class="text-[#8abcaf] bg-[#8abcaf]"
/* SCSS */
$brand: #8abcaf;
/* SwiftUI */
Color(red: 0.541, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#8abcaf")Accessibility — WCAG contrast
Aa
#8abcaf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8abcaf on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green73.7%
Blue68.6%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#8abcaf text on a black background
contrast 9.89:1
Card sample
#8abcaf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8abcaf;
Background color
Panel with #8abcaf background
background-color: #8abcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8abcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8abcaf; background: linear-gradient(135deg, #8abcaf, #8AA8BC);