#369ad3
a balanced, vivid blue · cool · closest name: steelblue
RGB
54, 154, 211
HSL
202°, 64%, 52%
CMYK
74, 27, 0, 17
Luminance
0.2860
Every format
| HEX | #369ad3 |
| RGB | rgb(54, 154, 211) |
| HSL | hsl(202, 64%, 52%) |
| CMYK | cmyk(74%, 27%, 0%, 17%) |
| LAB | lab(60.4 -9.8 -37.4) |
| LCH | lch(60.4 38.6 255.3) |
| OKLCH | oklch(0.654 0.124 238.3) |
Copy-ready code
/* CSS */
color: #369ad3;
background-color: #369ad3;
/* Tailwind (arbitrary) */
class="text-[#369ad3] bg-[#369ad3]"
/* SCSS */
$brand: #369ad3;
/* SwiftUI */
Color(red: 0.212, green: 0.604, blue: 0.827)
/* Android */
Color.parseColor("#369ad3")Accessibility — WCAG contrast
Aa
#369ad3 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369ad3 on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green60.4%
Blue82.7%
CMYK percentages
Cyan74.4%
Magenta27.0%
Yellow0.0%
Key (black)17.3%
Color previews
#369ad3 text on a black background
contrast 6.72:1
Card sample
#369ad3 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369ad3;
Background color
Panel with #369ad3 background
background-color: #369ad3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369ad3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 154, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 154, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369ad3; background: linear-gradient(135deg, #369ad3, #3B36D3);