#8baeb9
a balanced, soft cyan · cool · closest name: silver
RGB
139, 174, 185
HSL
194°, 25%, 64%
CMYK
25, 6, 0, 28
Luminance
0.3926
Every format
| HEX | #8baeb9 |
| RGB | rgb(139, 174, 185) |
| HSL | hsl(194, 25%, 64%) |
| CMYK | cmyk(25%, 6%, 0%, 28%) |
| LAB | lab(68.9 -9.3 -9.5) |
| LCH | lch(68.9 13.3 225.6) |
| OKLCH | oklch(0.729 0.041 218.9) |
Copy-ready code
/* CSS */
color: #8baeb9;
background-color: #8baeb9;
/* Tailwind (arbitrary) */
class="text-[#8baeb9] bg-[#8baeb9]"
/* SCSS */
$brand: #8baeb9;
/* SwiftUI */
Color(red: 0.545, green: 0.682, blue: 0.725)
/* Android */
Color.parseColor("#8baeb9")Accessibility — WCAG contrast
Aa
#8baeb9 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8baeb9 on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green68.2%
Blue72.5%
CMYK percentages
Cyan24.9%
Magenta5.9%
Yellow0.0%
Key (black)27.5%
Color previews
#8baeb9 text on a black background
contrast 8.85:1
Card sample
#8baeb9 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8baeb9;
Background color
Panel with #8baeb9 background
background-color: #8baeb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8baeb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 174, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 174, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8baeb9; background: linear-gradient(135deg, #8baeb9, #8B8FB9);