#3174ae
a dark, vivid blue · cool · closest name: steelblue
RGB
49, 116, 174
HSL
208°, 56%, 44%
CMYK
72, 33, 0, 32
Luminance
0.1620
Every format
| HEX | #3174ae |
| RGB | rgb(49, 116, 174) |
| HSL | hsl(208, 56%, 44%) |
| CMYK | cmyk(72%, 33%, 0%, 32%) |
| LAB | lab(47.2 -1.5 -37.0) |
| LCH | lch(47.2 37.0 267.7) |
| OKLCH | oklch(0.544 0.113 247.8) |
Copy-ready code
/* CSS */
color: #3174ae;
background-color: #3174ae;
/* Tailwind (arbitrary) */
class="text-[#3174ae] bg-[#3174ae]"
/* SCSS */
$brand: #3174ae;
/* SwiftUI */
Color(red: 0.192, green: 0.455, blue: 0.682)
/* Android */
Color.parseColor("#3174ae")Accessibility — WCAG contrast
Aa
#3174ae on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3174ae on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green45.5%
Blue68.2%
CMYK percentages
Cyan71.8%
Magenta33.3%
Yellow0.0%
Key (black)31.8%
Color previews
#3174ae text on a black background
contrast 4.24:1
Card sample
#3174ae text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3174ae;
Background color
Panel with #3174ae background
background-color: #3174ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3174ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 116, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 116, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3174ae; background: linear-gradient(135deg, #3174ae, #4131AE);