#359ade
a balanced, vivid blue · cool · closest name: steelblue
RGB
53, 154, 222
HSL
204°, 72%, 54%
CMYK
76, 31, 0, 13
Luminance
0.2914
Every format
| HEX | #359ade |
| RGB | rgb(53, 154, 222) |
| HSL | hsl(204, 72%, 54%) |
| CMYK | cmyk(76%, 31%, 0%, 13%) |
| LAB | lab(60.9 -6.1 -42.7) |
| LCH | lch(60.9 43.1 261.9) |
| OKLCH | oklch(0.659 0.136 242.8) |
Copy-ready code
/* CSS */
color: #359ade;
background-color: #359ade;
/* Tailwind (arbitrary) */
class="text-[#359ade] bg-[#359ade]"
/* SCSS */
$brand: #359ade;
/* SwiftUI */
Color(red: 0.208, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#359ade")Accessibility — WCAG contrast
Aa
#359ade on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#359ade on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green60.4%
Blue87.1%
CMYK percentages
Cyan76.1%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#359ade text on a black background
contrast 6.83:1
Card sample
#359ade text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #359ade;
Background color
Panel with #359ade background
background-color: #359ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #359ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #359ade; background: linear-gradient(135deg, #359ade, #4035DE);