#369ada
a balanced, vivid blue · cool · closest name: steelblue
RGB
54, 154, 218
HSL
203°, 69%, 53%
CMYK
75, 29, 0, 15
Luminance
0.2896
Every format
| HEX | #369ada |
| RGB | rgb(54, 154, 218) |
| HSL | hsl(203, 69%, 53%) |
| CMYK | cmyk(75%, 29%, 0%, 15%) |
| LAB | lab(60.7 -7.3 -40.8) |
| LCH | lch(60.7 41.4 259.8) |
| OKLCH | oklch(0.658 0.131 241.4) |
Copy-ready code
/* CSS */
color: #369ada;
background-color: #369ada;
/* Tailwind (arbitrary) */
class="text-[#369ada] bg-[#369ada]"
/* SCSS */
$brand: #369ada;
/* SwiftUI */
Color(red: 0.212, green: 0.604, blue: 0.855)
/* Android */
Color.parseColor("#369ada")Accessibility — WCAG contrast
Aa
#369ada on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369ada on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green60.4%
Blue85.5%
CMYK percentages
Cyan75.2%
Magenta29.4%
Yellow0.0%
Key (black)14.5%
Color previews
#369ada text on a black background
contrast 6.79:1
Card sample
#369ada text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369ada;
Background color
Panel with #369ada background
background-color: #369ada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369ada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 154, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 154, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369ada; background: linear-gradient(135deg, #369ada, #3F36DA);