#369ff4
a balanced, electric blue · cool · closest name: dodgerblue
RGB
54, 159, 244
HSL
207°, 90%, 58%
CMYK
78, 35, 0, 4
Luminance
0.3211
Every format
| HEX | #369ff4 |
| RGB | rgb(54, 159, 244) |
| HSL | hsl(207, 90%, 58%) |
| CMYK | cmyk(78%, 35%, 0%, 4%) |
| LAB | lab(63.4 -1.0 -50.9) |
| LCH | lch(63.4 50.9 268.8) |
| OKLCH | oklch(0.683 0.157 247.5) |
Copy-ready code
/* CSS */
color: #369ff4;
background-color: #369ff4;
/* Tailwind (arbitrary) */
class="text-[#369ff4] bg-[#369ff4]"
/* SCSS */
$brand: #369ff4;
/* SwiftUI */
Color(red: 0.212, green: 0.624, blue: 0.957)
/* Android */
Color.parseColor("#369ff4")Accessibility — WCAG contrast
Aa
#369ff4 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#369ff4 on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green62.4%
Blue95.7%
CMYK percentages
Cyan77.9%
Magenta34.8%
Yellow0.0%
Key (black)4.3%
Color previews
#369ff4 text on a black background
contrast 7.42:1
Card sample
#369ff4 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369ff4;
Background color
Panel with #369ff4 background
background-color: #369ff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369ff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 159, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 159, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369ff4; background: linear-gradient(135deg, #369ff4, #4B36F4);