#8fbab2
a balanced, soft cyan · cool · closest name: silver
RGB
143, 186, 178
HSL
169°, 24%, 65%
CMYK
23, 0, 4, 27
Luminance
0.4417
Every format
| HEX | #8fbab2 |
| RGB | rgb(143, 186, 178) |
| HSL | hsl(169, 24%, 65%) |
| CMYK | cmyk(23%, 0%, 4%, 27%) |
| LAB | lab(72.3 -16.0 -0.6) |
| LCH | lch(72.3 16.0 182.3) |
| OKLCH | oklch(0.756 0.047 182.3) |
Copy-ready code
/* CSS */
color: #8fbab2;
background-color: #8fbab2;
/* Tailwind (arbitrary) */
class="text-[#8fbab2] bg-[#8fbab2]"
/* SCSS */
$brand: #8fbab2;
/* SwiftUI */
Color(red: 0.561, green: 0.729, blue: 0.698)
/* Android */
Color.parseColor("#8fbab2")Accessibility — WCAG contrast
Aa
#8fbab2 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fbab2 on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green72.9%
Blue69.8%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow4.3%
Key (black)27.1%
Color previews
#8fbab2 text on a black background
contrast 9.83:1
Card sample
#8fbab2 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fbab2;
Background color
Panel with #8fbab2 background
background-color: #8fbab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fbab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 186, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 186, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fbab2; background: linear-gradient(135deg, #8fbab2, #8FA5BA);