#76aefd
a light, electric blue · cool · closest name: dodgerblue
RGB
118, 174, 253
HSL
215°, 97%, 73%
CMYK
53, 31, 0, 1
Luminance
0.4122
Every format
| HEX | #76aefd |
| RGB | rgb(118, 174, 253) |
| HSL | hsl(215, 97%, 73%) |
| CMYK | cmyk(53%, 31%, 0%, 1%) |
| LAB | lab(70.3 3.6 -44.8) |
| LCH | lch(70.3 44.9 274.7) |
| OKLCH | oklch(0.745 0.129 257.1) |
Copy-ready code
/* CSS */
color: #76aefd;
background-color: #76aefd;
/* Tailwind (arbitrary) */
class="text-[#76aefd] bg-[#76aefd]"
/* SCSS */
$brand: #76aefd;
/* SwiftUI */
Color(red: 0.463, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#76aefd")Accessibility — WCAG contrast
Aa
#76aefd on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76aefd on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green68.2%
Blue99.2%
CMYK percentages
Cyan53.4%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#76aefd text on a black background
contrast 9.24:1
Card sample
#76aefd text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76aefd;
Background color
Panel with #76aefd background
background-color: #76aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76aefd; background: linear-gradient(135deg, #76aefd, #9876FD);