#8baeb1
a balanced, soft cyan · cool · closest name: silver
RGB
139, 174, 177
HSL
185°, 20%, 62%
CMYK
22, 2, 0, 31
Luminance
0.3894
Every format
| HEX | #8baeb1 |
| RGB | rgb(139, 174, 177) |
| HSL | hsl(185, 20%, 62%) |
| CMYK | cmyk(22%, 2%, 0%, 31%) |
| LAB | lab(68.7 -11.2 -5.5) |
| LCH | lch(68.7 12.4 206.1) |
| OKLCH | oklch(0.726 0.038 202.8) |
Copy-ready code
/* CSS */
color: #8baeb1;
background-color: #8baeb1;
/* Tailwind (arbitrary) */
class="text-[#8baeb1] bg-[#8baeb1]"
/* SCSS */
$brand: #8baeb1;
/* SwiftUI */
Color(red: 0.545, green: 0.682, blue: 0.694)
/* Android */
Color.parseColor("#8baeb1")Accessibility — WCAG contrast
Aa
#8baeb1 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8baeb1 on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green68.2%
Blue69.4%
CMYK percentages
Cyan21.5%
Magenta1.7%
Yellow0.0%
Key (black)30.6%
Color previews
#8baeb1 text on a black background
contrast 8.79:1
Card sample
#8baeb1 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8baeb1;
Background color
Panel with #8baeb1 background
background-color: #8baeb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8baeb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 174, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 174, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8baeb1; background: linear-gradient(135deg, #8baeb1, #8B95B1);