#3592df
a balanced, vivid blue · cool · closest name: steelblue
RGB
53, 146, 223
HSL
207°, 73%, 54%
CMYK
76, 35, 0, 13
Luminance
0.2664
Every format
| HEX | #3592df |
| RGB | rgb(53, 146, 223) |
| HSL | hsl(207, 73%, 54%) |
| CMYK | cmyk(76%, 35%, 0%, 13%) |
| LAB | lab(58.6 -1.1 -46.9) |
| LCH | lch(58.6 46.9 268.7) |
| OKLCH | oklch(0.642 0.144 247.7) |
Copy-ready code
/* CSS */
color: #3592df;
background-color: #3592df;
/* Tailwind (arbitrary) */
class="text-[#3592df] bg-[#3592df]"
/* SCSS */
$brand: #3592df;
/* SwiftUI */
Color(red: 0.208, green: 0.573, blue: 0.875)
/* Android */
Color.parseColor("#3592df")Accessibility — WCAG contrast
Aa
#3592df on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3592df on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green57.3%
Blue87.5%
CMYK percentages
Cyan76.2%
Magenta34.5%
Yellow0.0%
Key (black)12.5%
Color previews
#3592df text on a black background
contrast 6.33:1
Card sample
#3592df text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3592df;
Background color
Panel with #3592df background
background-color: #3592df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3592df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 146, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 146, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3592df; background: linear-gradient(135deg, #3592df, #4935DF);