#76afda
a light, vivid blue · cool · closest name: skyblue
RGB
118, 175, 218
HSL
206°, 58%, 66%
CMYK
46, 20, 0, 15
Luminance
0.3957
Every format
| HEX | #76afda |
| RGB | rgb(118, 175, 218) |
| HSL | hsl(206, 58%, 66%) |
| CMYK | cmyk(46%, 20%, 0%, 15%) |
| LAB | lab(69.2 -7.2 -27.5) |
| LCH | lch(69.2 28.4 255.4) |
| OKLCH | oklch(0.731 0.086 242.0) |
Copy-ready code
/* CSS */
color: #76afda;
background-color: #76afda;
/* Tailwind (arbitrary) */
class="text-[#76afda] bg-[#76afda]"
/* SCSS */
$brand: #76afda;
/* SwiftUI */
Color(red: 0.463, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#76afda")Accessibility — WCAG contrast
Aa
#76afda on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76afda on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green68.6%
Blue85.5%
CMYK percentages
Cyan45.9%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#76afda text on a black background
contrast 8.91:1
Card sample
#76afda text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76afda;
Background color
Panel with #76afda background
background-color: #76afda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76afda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76afda; background: linear-gradient(135deg, #76afda, #8076DA);