#8fadaf
a balanced, soft cyan · cool · closest name: silver
RGB
143, 173, 175
HSL
184°, 17%, 62%
CMYK
18, 1, 0, 31
Luminance
0.3882
Every format
| HEX | #8fadaf |
| RGB | rgb(143, 173, 175) |
| HSL | hsl(184, 17%, 62%) |
| CMYK | cmyk(18%, 1%, 0%, 31%) |
| LAB | lab(68.6 -9.8 -4.4) |
| LCH | lch(68.6 10.8 204.4) |
| OKLCH | oklch(0.726 0.033 201.4) |
Copy-ready code
/* CSS */
color: #8fadaf;
background-color: #8fadaf;
/* Tailwind (arbitrary) */
class="text-[#8fadaf] bg-[#8fadaf]"
/* SCSS */
$brand: #8fadaf;
/* SwiftUI */
Color(red: 0.561, green: 0.678, blue: 0.686)
/* Android */
Color.parseColor("#8fadaf")Accessibility — WCAG contrast
Aa
#8fadaf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fadaf on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green67.8%
Blue68.6%
CMYK percentages
Cyan18.3%
Magenta1.1%
Yellow0.0%
Key (black)31.4%
Color previews
#8fadaf text on a black background
contrast 8.76:1
Card sample
#8fadaf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fadaf;
Background color
Panel with #8fadaf background
background-color: #8fadaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fadaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 173, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 173, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fadaf; background: linear-gradient(135deg, #8fadaf, #8F98AF);