#74a2df
a light, vivid blue · cool · closest name: steelblue
RGB
116, 162, 223
HSL
214°, 63%, 67%
CMYK
48, 27, 0, 13
Luminance
0.3488
Every format
| HEX | #74a2df |
| RGB | rgb(116, 162, 223) |
| HSL | hsl(214, 63%, 67%) |
| CMYK | cmyk(48%, 27%, 0%, 13%) |
| LAB | lab(65.7 1.0 -35.7) |
| LCH | lch(65.7 35.7 271.6) |
| OKLCH | oklch(0.704 0.103 255.8) |
Copy-ready code
/* CSS */
color: #74a2df;
background-color: #74a2df;
/* Tailwind (arbitrary) */
class="text-[#74a2df] bg-[#74a2df]"
/* SCSS */
$brand: #74a2df;
/* SwiftUI */
Color(red: 0.455, green: 0.635, blue: 0.875)
/* Android */
Color.parseColor("#74a2df")Accessibility — WCAG contrast
Aa
#74a2df on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74a2df on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green63.5%
Blue87.5%
CMYK percentages
Cyan48.0%
Magenta27.4%
Yellow0.0%
Key (black)12.5%
Color previews
#74a2df text on a black background
contrast 7.98:1
Card sample
#74a2df text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74a2df;
Background color
Panel with #74a2df background
background-color: #74a2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74a2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 162, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 162, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74a2df; background: linear-gradient(135deg, #74a2df, #8D74DF);