#76afbc
a balanced, soft cyan · cool · closest name: skyblue
RGB
118, 175, 188
HSL
191°, 34%, 60%
CMYK
37, 7, 0, 26
Luminance
0.3814
Every format
| HEX | #76afbc |
| RGB | rgb(118, 175, 188) |
| HSL | hsl(191, 34%, 60%) |
| CMYK | cmyk(37%, 7%, 0%, 26%) |
| LAB | lab(68.1 -15.2 -12.5) |
| LCH | lch(68.1 19.7 219.5) |
| OKLCH | oklch(0.719 0.062 213.6) |
Copy-ready code
/* CSS */
color: #76afbc;
background-color: #76afbc;
/* Tailwind (arbitrary) */
class="text-[#76afbc] bg-[#76afbc]"
/* SCSS */
$brand: #76afbc;
/* SwiftUI */
Color(red: 0.463, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#76afbc")Accessibility — WCAG contrast
Aa
#76afbc on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76afbc on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green68.6%
Blue73.7%
CMYK percentages
Cyan37.2%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#76afbc text on a black background
contrast 8.63:1
Card sample
#76afbc text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76afbc;
Background color
Panel with #76afbc background
background-color: #76afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76afbc; background: linear-gradient(135deg, #76afbc, #7680BC);