#76afdc
a light, vivid blue · cool · closest name: skyblue
RGB
118, 175, 220
HSL
207°, 59%, 66%
CMYK
46, 21, 0, 14
Luminance
0.3968
Every format
| HEX | #76afdc |
| RGB | rgb(118, 175, 220) |
| HSL | hsl(207, 59%, 66%) |
| CMYK | cmyk(46%, 21%, 0%, 14%) |
| LAB | lab(69.2 -6.6 -28.5) |
| LCH | lch(69.2 29.2 256.9) |
| OKLCH | oklch(0.732 0.089 243.2) |
Copy-ready code
/* CSS */
color: #76afdc;
background-color: #76afdc;
/* Tailwind (arbitrary) */
class="text-[#76afdc] bg-[#76afdc]"
/* SCSS */
$brand: #76afdc;
/* SwiftUI */
Color(red: 0.463, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#76afdc")Accessibility — WCAG contrast
Aa
#76afdc on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76afdc on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green68.6%
Blue86.3%
CMYK percentages
Cyan46.4%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#76afdc text on a black background
contrast 8.94:1
Card sample
#76afdc text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76afdc;
Background color
Panel with #76afdc background
background-color: #76afdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76afdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76afdc; background: linear-gradient(135deg, #76afdc, #8176DC);