#8bafbc
a balanced, soft cyan · cool · closest name: skyblue
RGB
139, 175, 188
HSL
196°, 27%, 64%
CMYK
26, 7, 0, 26
Luminance
0.3978
Every format
| HEX | #8bafbc |
| RGB | rgb(139, 175, 188) |
| HSL | hsl(196, 27%, 64%) |
| CMYK | cmyk(26%, 7%, 0%, 26%) |
| LAB | lab(69.3 -9.2 -10.6) |
| LCH | lch(69.3 14.0 229.2) |
| OKLCH | oklch(0.732 0.043 221.9) |
Copy-ready code
/* CSS */
color: #8bafbc;
background-color: #8bafbc;
/* Tailwind (arbitrary) */
class="text-[#8bafbc] bg-[#8bafbc]"
/* SCSS */
$brand: #8bafbc;
/* SwiftUI */
Color(red: 0.545, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#8bafbc")Accessibility — WCAG contrast
Aa
#8bafbc on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bafbc on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green68.6%
Blue73.7%
CMYK percentages
Cyan26.1%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#8bafbc text on a black background
contrast 8.96:1
Card sample
#8bafbc text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bafbc;
Background color
Panel with #8bafbc background
background-color: #8bafbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bafbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bafbc; background: linear-gradient(135deg, #8bafbc, #8B8EBC);