#76afcc
a balanced, vivid blue · cool · closest name: skyblue
RGB
118, 175, 204
HSL
200°, 46%, 63%
CMYK
42, 14, 0, 20
Luminance
0.3887
Every format
| HEX | #76afcc |
| RGB | rgb(118, 175, 204) |
| HSL | hsl(200, 46%, 63%) |
| CMYK | cmyk(42%, 14%, 0%, 20%) |
| LAB | lab(68.7 -11.0 -20.6) |
| LCH | lch(68.7 23.3 241.8) |
| OKLCH | oklch(0.725 0.073 231.2) |
Copy-ready code
/* CSS */
color: #76afcc;
background-color: #76afcc;
/* Tailwind (arbitrary) */
class="text-[#76afcc] bg-[#76afcc]"
/* SCSS */
$brand: #76afcc;
/* SwiftUI */
Color(red: 0.463, green: 0.686, blue: 0.800)
/* Android */
Color.parseColor("#76afcc")Accessibility — WCAG contrast
Aa
#76afcc on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76afcc on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green68.6%
Blue80.0%
CMYK percentages
Cyan42.2%
Magenta14.2%
Yellow0.0%
Key (black)20.0%
Color previews
#76afcc text on a black background
contrast 8.77:1
Card sample
#76afcc text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76afcc;
Background color
Panel with #76afcc background
background-color: #76afcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76afcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 175, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 175, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76afcc; background: linear-gradient(135deg, #76afcc, #7676CC);