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