#8bafba
a balanced, soft cyan · cool · closest name: silver
RGB
139, 175, 186
HSL
194°, 25%, 64%
CMYK
25, 6, 0, 27
Luminance
0.3969
Every format
| HEX | #8bafba |
| RGB | rgb(139, 175, 186) |
| HSL | hsl(194, 25%, 64%) |
| CMYK | cmyk(25%, 6%, 0%, 27%) |
| LAB | lab(69.3 -9.6 -9.6) |
| LCH | lch(69.3 13.6 225.0) |
| OKLCH | oklch(0.731 0.042 218.4) |
Copy-ready code
/* CSS */
color: #8bafba;
background-color: #8bafba;
/* Tailwind (arbitrary) */
class="text-[#8bafba] bg-[#8bafba]"
/* SCSS */
$brand: #8bafba;
/* SwiftUI */
Color(red: 0.545, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#8bafba")Accessibility — WCAG contrast
Aa
#8bafba on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bafba on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green68.6%
Blue72.9%
CMYK percentages
Cyan25.3%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#8bafba text on a black background
contrast 8.94:1
Card sample
#8bafba text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bafba;
Background color
Panel with #8bafba background
background-color: #8bafba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bafba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bafba; background: linear-gradient(135deg, #8bafba, #8B90BA);