#74acff
a light, electric blue · cool · closest name: dodgerblue
RGB
116, 172, 255
HSL
216°, 100%, 73%
CMYK
55, 33, 0, 0
Luminance
0.4044
Every format
| HEX | #74acff |
| RGB | rgb(116, 172, 255) |
| HSL | hsl(216, 100%, 73%) |
| CMYK | cmyk(55%, 33%, 0%, 0%) |
| LAB | lab(69.8 5.0 -46.7) |
| LCH | lch(69.8 47.0 276.1) |
| OKLCH | oklch(0.741 0.135 258.1) |
Copy-ready code
/* CSS */
color: #74acff;
background-color: #74acff;
/* Tailwind (arbitrary) */
class="text-[#74acff] bg-[#74acff]"
/* SCSS */
$brand: #74acff;
/* SwiftUI */
Color(red: 0.455, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#74acff")Accessibility — WCAG contrast
Aa
#74acff on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74acff on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green67.5%
Blue100.0%
CMYK percentages
Cyan54.5%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#74acff text on a black background
contrast 9.09:1
Card sample
#74acff text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74acff;
Background color
Panel with #74acff background
background-color: #74acff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74acff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74acff; background: linear-gradient(135deg, #74acff, #9874FF);