#8cb9b2
a balanced, soft cyan · cool · closest name: silver
RGB
140, 185, 178
HSL
171°, 24%, 64%
CMYK
24, 0, 4, 28
Luminance
0.4349
Every format
| HEX | #8cb9b2 |
| RGB | rgb(140, 185, 178) |
| HSL | hsl(171, 24%, 64%) |
| CMYK | cmyk(24%, 0%, 4%, 28%) |
| LAB | lab(71.9 -16.4 -1.3) |
| LCH | lch(71.9 16.4 184.6) |
| OKLCH | oklch(0.751 0.049 184.4) |
Copy-ready code
/* CSS */
color: #8cb9b2;
background-color: #8cb9b2;
/* Tailwind (arbitrary) */
class="text-[#8cb9b2] bg-[#8cb9b2]"
/* SCSS */
$brand: #8cb9b2;
/* SwiftUI */
Color(red: 0.549, green: 0.725, blue: 0.698)
/* Android */
Color.parseColor("#8cb9b2")Accessibility — WCAG contrast
Aa
#8cb9b2 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cb9b2 on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green72.5%
Blue69.8%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow3.8%
Key (black)27.5%
Color previews
#8cb9b2 text on a black background
contrast 9.70:1
Card sample
#8cb9b2 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cb9b2;
Background color
Panel with #8cb9b2 background
background-color: #8cb9b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cb9b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 185, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 185, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cb9b2; background: linear-gradient(135deg, #8cb9b2, #8CA2B9);