#369ce9
a balanced, electric blue · cool · closest name: steelblue
RGB
54, 156, 233
HSL
206°, 80%, 56%
CMYK
77, 33, 0, 9
Luminance
0.3044
Every format
| HEX | #369ce9 |
| RGB | rgb(54, 156, 233) |
| HSL | hsl(206, 80%, 56%) |
| CMYK | cmyk(77%, 33%, 0%, 9%) |
| LAB | lab(62.0 -3.2 -47.0) |
| LCH | lch(62.0 47.1 266.1) |
| OKLCH | oklch(0.670 0.147 245.7) |
Copy-ready code
/* CSS */
color: #369ce9;
background-color: #369ce9;
/* Tailwind (arbitrary) */
class="text-[#369ce9] bg-[#369ce9]"
/* SCSS */
$brand: #369ce9;
/* SwiftUI */
Color(red: 0.212, green: 0.612, blue: 0.914)
/* Android */
Color.parseColor("#369ce9")Accessibility — WCAG contrast
Aa
#369ce9 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#369ce9 on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green61.2%
Blue91.4%
CMYK percentages
Cyan76.8%
Magenta33.0%
Yellow0.0%
Key (black)8.6%
Color previews
#369ce9 text on a black background
contrast 7.09:1
Card sample
#369ce9 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369ce9;
Background color
Panel with #369ce9 background
background-color: #369ce9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369ce9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 156, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 156, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369ce9; background: linear-gradient(135deg, #369ce9, #4736E9);