#369ce2
a balanced, vivid blue · cool · closest name: steelblue
RGB
54, 156, 226
HSL
204°, 75%, 55%
CMYK
76, 31, 0, 11
Luminance
0.3005
Every format
| HEX | #369ce2 |
| RGB | rgb(54, 156, 226) |
| HSL | hsl(204, 75%, 55%) |
| CMYK | cmyk(76%, 31%, 0%, 11%) |
| LAB | lab(61.7 -5.7 -43.7) |
| LCH | lch(61.7 44.1 262.6) |
| OKLCH | oklch(0.666 0.139 243.3) |
Copy-ready code
/* CSS */
color: #369ce2;
background-color: #369ce2;
/* Tailwind (arbitrary) */
class="text-[#369ce2] bg-[#369ce2]"
/* SCSS */
$brand: #369ce2;
/* SwiftUI */
Color(red: 0.212, green: 0.612, blue: 0.886)
/* Android */
Color.parseColor("#369ce2")Accessibility — WCAG contrast
Aa
#369ce2 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369ce2 on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green61.2%
Blue88.6%
CMYK percentages
Cyan76.1%
Magenta31.0%
Yellow0.0%
Key (black)11.4%
Color previews
#369ce2 text on a black background
contrast 7.01:1
Card sample
#369ce2 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369ce2;
Background color
Panel with #369ce2 background
background-color: #369ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 156, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 156, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369ce2; background: linear-gradient(135deg, #369ce2, #4336E2);