#74ade4
a light, vivid blue · cool · closest name: steelblue
RGB
116, 173, 228
HSL
210°, 68%, 68%
CMYK
49, 24, 0, 11
Luminance
0.3920
Every format
| HEX | #74ade4 |
| RGB | rgb(116, 173, 228) |
| HSL | hsl(210, 68%, 68%) |
| CMYK | cmyk(49%, 24%, 0%, 11%) |
| LAB | lab(68.9 -3.7 -33.4) |
| LCH | lch(68.9 33.6 263.7) |
| OKLCH | oklch(0.730 0.100 248.5) |
Copy-ready code
/* CSS */
color: #74ade4;
background-color: #74ade4;
/* Tailwind (arbitrary) */
class="text-[#74ade4] bg-[#74ade4]"
/* SCSS */
$brand: #74ade4;
/* SwiftUI */
Color(red: 0.455, green: 0.678, blue: 0.894)
/* Android */
Color.parseColor("#74ade4")Accessibility — WCAG contrast
Aa
#74ade4 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74ade4 on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green67.8%
Blue89.4%
CMYK percentages
Cyan49.1%
Magenta24.1%
Yellow0.0%
Key (black)10.6%
Color previews
#74ade4 text on a black background
contrast 8.84:1
Card sample
#74ade4 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74ade4;
Background color
Panel with #74ade4 background
background-color: #74ade4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74ade4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 173, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 173, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74ade4; background: linear-gradient(135deg, #74ade4, #8674E4);