#3595df
a balanced, vivid blue · cool · closest name: steelblue
RGB
53, 149, 223
HSL
206°, 73%, 54%
CMYK
76, 33, 0, 13
Luminance
0.2758
Every format
| HEX | #3595df |
| RGB | rgb(53, 149, 223) |
| HSL | hsl(206, 73%, 54%) |
| CMYK | cmyk(76%, 33%, 0%, 13%) |
| LAB | lab(59.5 -2.8 -45.5) |
| LCH | lch(59.5 45.6 266.4) |
| OKLCH | oklch(0.649 0.141 246.0) |
Copy-ready code
/* CSS */
color: #3595df;
background-color: #3595df;
/* Tailwind (arbitrary) */
class="text-[#3595df] bg-[#3595df]"
/* SCSS */
$brand: #3595df;
/* SwiftUI */
Color(red: 0.208, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#3595df")Accessibility — WCAG contrast
Aa
#3595df on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3595df on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green58.4%
Blue87.5%
CMYK percentages
Cyan76.2%
Magenta33.2%
Yellow0.0%
Key (black)12.5%
Color previews
#3595df text on a black background
contrast 6.52:1
Card sample
#3595df text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3595df;
Background color
Panel with #3595df background
background-color: #3595df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3595df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3595df; background: linear-gradient(135deg, #3595df, #4635DF);