#76acff
a light, electric blue · cool · closest name: dodgerblue
RGB
118, 172, 255
HSL
216°, 100%, 73%
CMYK
54, 33, 0, 0
Luminance
0.4058
Every format
| HEX | #76acff |
| RGB | rgb(118, 172, 255) |
| HSL | hsl(216, 100%, 73%) |
| CMYK | cmyk(54%, 33%, 0%, 0%) |
| LAB | lab(69.9 5.4 -46.5) |
| LCH | lch(69.9 46.9 276.6) |
| OKLCH | oklch(0.742 0.134 258.7) |
Copy-ready code
/* CSS */
color: #76acff;
background-color: #76acff;
/* Tailwind (arbitrary) */
class="text-[#76acff] bg-[#76acff]"
/* SCSS */
$brand: #76acff;
/* SwiftUI */
Color(red: 0.463, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#76acff")Accessibility — WCAG contrast
Aa
#76acff on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76acff on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green67.5%
Blue100.0%
CMYK percentages
Cyan53.7%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#76acff text on a black background
contrast 9.12:1
Card sample
#76acff text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76acff;
Background color
Panel with #76acff background
background-color: #76acff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76acff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76acff; background: linear-gradient(135deg, #76acff, #9B76FF);