#8ebfaf
a light, soft cyan · cool · closest name: silver
RGB
142, 191, 175
HSL
160°, 28%, 65%
CMYK
26, 0, 8, 25
Luminance
0.4611
Every format
| HEX | #8ebfaf |
| RGB | rgb(142, 191, 175) |
| HSL | hsl(160, 28%, 65%) |
| CMYK | cmyk(26%, 0%, 8%, 25%) |
| LAB | lab(73.6 -19.5 2.9) |
| LCH | lch(73.6 19.7 171.7) |
| OKLCH | oklch(0.765 0.057 172.6) |
Copy-ready code
/* CSS */
color: #8ebfaf;
background-color: #8ebfaf;
/* Tailwind (arbitrary) */
class="text-[#8ebfaf] bg-[#8ebfaf]"
/* SCSS */
$brand: #8ebfaf;
/* SwiftUI */
Color(red: 0.557, green: 0.749, blue: 0.686)
/* Android */
Color.parseColor("#8ebfaf")Accessibility — WCAG contrast
Aa
#8ebfaf on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ebfaf on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green74.9%
Blue68.6%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow8.4%
Key (black)25.1%
Color previews
#8ebfaf text on a black background
contrast 10.22:1
Card sample
#8ebfaf text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ebfaf;
Background color
Panel with #8ebfaf background
background-color: #8ebfaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ebfaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 191, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 191, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ebfaf; background: linear-gradient(135deg, #8ebfaf, #8EAEBF);