#369eec
a balanced, electric blue · cool · closest name: steelblue
RGB
54, 158, 236
HSL
206°, 83%, 57%
CMYK
77, 33, 0, 8
Luminance
0.3129
Every format
| HEX | #369eec |
| RGB | rgb(54, 158, 236) |
| HSL | hsl(206, 83%, 57%) |
| CMYK | cmyk(77%, 33%, 0%, 8%) |
| LAB | lab(62.8 -3.3 -47.5) |
| LCH | lch(62.8 47.7 266.0) |
| OKLCH | oklch(0.676 0.148 245.6) |
Copy-ready code
/* CSS */
color: #369eec;
background-color: #369eec;
/* Tailwind (arbitrary) */
class="text-[#369eec] bg-[#369eec]"
/* SCSS */
$brand: #369eec;
/* SwiftUI */
Color(red: 0.212, green: 0.620, blue: 0.925)
/* Android */
Color.parseColor("#369eec")Accessibility — WCAG contrast
Aa
#369eec on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#369eec on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green62.0%
Blue92.5%
CMYK percentages
Cyan77.1%
Magenta33.1%
Yellow0.0%
Key (black)7.5%
Color previews
#369eec text on a black background
contrast 7.26:1
Card sample
#369eec text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369eec;
Background color
Panel with #369eec background
background-color: #369eec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369eec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 158, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 158, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369eec; background: linear-gradient(135deg, #369eec, #4736EC);