#76afd7
a light, vivid blue · cool · closest name: skyblue
RGB
118, 175, 215
HSL
205°, 55%, 65%
CMYK
45, 19, 0, 16
Luminance
0.3942
Every format
| HEX | #76afd7 |
| RGB | rgb(118, 175, 215) |
| HSL | hsl(205, 55%, 65%) |
| CMYK | cmyk(45%, 19%, 0%, 16%) |
| LAB | lab(69.0 -8.0 -26.0) |
| LCH | lch(69.0 27.2 252.9) |
| OKLCH | oklch(0.730 0.083 240.0) |
Copy-ready code
/* CSS */
color: #76afd7;
background-color: #76afd7;
/* Tailwind (arbitrary) */
class="text-[#76afd7] bg-[#76afd7]"
/* SCSS */
$brand: #76afd7;
/* SwiftUI */
Color(red: 0.463, green: 0.686, blue: 0.843)
/* Android */
Color.parseColor("#76afd7")Accessibility — WCAG contrast
Aa
#76afd7 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76afd7 on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green68.6%
Blue84.3%
CMYK percentages
Cyan45.1%
Magenta18.6%
Yellow0.0%
Key (black)15.7%
Color previews
#76afd7 text on a black background
contrast 8.88:1
Card sample
#76afd7 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76afd7;
Background color
Panel with #76afd7 background
background-color: #76afd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76afd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 175, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 175, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76afd7; background: linear-gradient(135deg, #76afd7, #7E76D7);