#76abcf
a balanced, vivid blue · cool · closest name: skyblue
RGB
118, 171, 207
HSL
204°, 48%, 64%
CMYK
43, 17, 0, 19
Luminance
0.3748
Every format
| HEX | #76abcf |
| RGB | rgb(118, 171, 207) |
| HSL | hsl(204, 48%, 64%) |
| CMYK | cmyk(43%, 17%, 0%, 19%) |
| LAB | lab(67.6 -8.0 -23.8) |
| LCH | lch(67.6 25.1 251.3) |
| OKLCH | oklch(0.718 0.077 238.9) |
Copy-ready code
/* CSS */
color: #76abcf;
background-color: #76abcf;
/* Tailwind (arbitrary) */
class="text-[#76abcf] bg-[#76abcf]"
/* SCSS */
$brand: #76abcf;
/* SwiftUI */
Color(red: 0.463, green: 0.671, blue: 0.812)
/* Android */
Color.parseColor("#76abcf")Accessibility — WCAG contrast
Aa
#76abcf on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76abcf on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green67.1%
Blue81.2%
CMYK percentages
Cyan43.0%
Magenta17.4%
Yellow0.0%
Key (black)18.8%
Color previews
#76abcf text on a black background
contrast 8.50:1
Card sample
#76abcf text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76abcf;
Background color
Panel with #76abcf background
background-color: #76abcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76abcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 171, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 171, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76abcf; background: linear-gradient(135deg, #76abcf, #7C76CF);