#8abfba
a balanced, soft cyan · cool · closest name: silver
RGB
138, 191, 186
HSL
174°, 29%, 65%
CMYK
28, 0, 3, 25
Luminance
0.4621
Every format
| HEX | #8abfba |
| RGB | rgb(138, 191, 186) |
| HSL | hsl(174, 29%, 65%) |
| CMYK | cmyk(28%, 0%, 3%, 25%) |
| LAB | lab(73.7 -18.3 -3.1) |
| LCH | lch(73.7 18.6 189.5) |
| OKLCH | oklch(0.766 0.056 188.8) |
Copy-ready code
/* CSS */
color: #8abfba;
background-color: #8abfba;
/* Tailwind (arbitrary) */
class="text-[#8abfba] bg-[#8abfba]"
/* SCSS */
$brand: #8abfba;
/* SwiftUI */
Color(red: 0.541, green: 0.749, blue: 0.729)
/* Android */
Color.parseColor("#8abfba")Accessibility — WCAG contrast
Aa
#8abfba on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8abfba on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green74.9%
Blue72.9%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow2.6%
Key (black)25.1%
Color previews
#8abfba text on a black background
contrast 10.24:1
Card sample
#8abfba text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8abfba;
Background color
Panel with #8abfba background
background-color: #8abfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8abfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 191, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 191, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8abfba; background: linear-gradient(135deg, #8abfba, #8AA1BF);