#3477cc
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
52, 119, 204
HSL
214°, 60%, 50%
CMYK
75, 42, 0, 20
Luminance
0.1828
Every format
| HEX | #3477cc |
| RGB | rgb(52, 119, 204) |
| HSL | hsl(214, 60%, 50%) |
| CMYK | cmyk(75%, 42%, 0%, 20%) |
| LAB | lab(49.8 8.1 -50.1) |
| LCH | lch(49.8 50.8 279.2) |
| OKLCH | oklch(0.570 0.148 255.9) |
Copy-ready code
/* CSS */
color: #3477cc;
background-color: #3477cc;
/* Tailwind (arbitrary) */
class="text-[#3477cc] bg-[#3477cc]"
/* SCSS */
$brand: #3477cc;
/* SwiftUI */
Color(red: 0.204, green: 0.467, blue: 0.800)
/* Android */
Color.parseColor("#3477cc")Accessibility — WCAG contrast
Aa
#3477cc on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3477cc on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green46.7%
Blue80.0%
CMYK percentages
Cyan74.5%
Magenta41.7%
Yellow0.0%
Key (black)20.0%
Color previews
#3477cc text on a black background
contrast 4.66:1
Card sample
#3477cc text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3477cc;
Background color
Panel with #3477cc background
background-color: #3477cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3477cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 119, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 119, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3477cc; background: linear-gradient(135deg, #3477cc, #5634CC);