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