#359ace
a balanced, vivid blue · cool · closest name: steelblue
RGB
53, 154, 206
HSL
200°, 61%, 51%
CMYK
74, 25, 0, 19
Luminance
0.2832
Every format
| HEX | #359ace |
| RGB | rgb(53, 154, 206) |
| HSL | hsl(200, 61%, 51%) |
| CMYK | cmyk(74%, 25%, 0%, 19%) |
| LAB | lab(60.2 -11.6 -34.9) |
| LCH | lch(60.2 36.8 251.6) |
| OKLCH | oklch(0.651 0.119 235.6) |
Copy-ready code
/* CSS */
color: #359ace;
background-color: #359ace;
/* Tailwind (arbitrary) */
class="text-[#359ace] bg-[#359ace]"
/* SCSS */
$brand: #359ace;
/* SwiftUI */
Color(red: 0.208, green: 0.604, blue: 0.808)
/* Android */
Color.parseColor("#359ace")Accessibility — WCAG contrast
Aa
#359ace on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#359ace on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green60.4%
Blue80.8%
CMYK percentages
Cyan74.3%
Magenta25.2%
Yellow0.0%
Key (black)19.2%
Color previews
#359ace text on a black background
contrast 6.66:1
Card sample
#359ace text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #359ace;
Background color
Panel with #359ace background
background-color: #359ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #359ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 154, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 154, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #359ace; background: linear-gradient(135deg, #359ace, #3635CE);