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