#369cf5
a balanced, electric blue · cool · closest name: dodgerblue
RGB
54, 156, 245
HSL
208°, 91%, 59%
CMYK
78, 36, 0, 4
Luminance
0.3115
Every format
| HEX | #369cf5 |
| RGB | rgb(54, 156, 245) |
| HSL | hsl(208, 91%, 59%) |
| CMYK | cmyk(78%, 36%, 0%, 4%) |
| LAB | lab(62.6 1.1 -52.7) |
| LCH | lch(62.6 52.7 271.2) |
| OKLCH | oklch(0.677 0.161 249.1) |
Copy-ready code
/* CSS */
color: #369cf5;
background-color: #369cf5;
/* Tailwind (arbitrary) */
class="text-[#369cf5] bg-[#369cf5]"
/* SCSS */
$brand: #369cf5;
/* SwiftUI */
Color(red: 0.212, green: 0.612, blue: 0.961)
/* Android */
Color.parseColor("#369cf5")Accessibility — WCAG contrast
Aa
#369cf5 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#369cf5 on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green61.2%
Blue96.1%
CMYK percentages
Cyan78.0%
Magenta36.3%
Yellow0.0%
Key (black)3.9%
Color previews
#369cf5 text on a black background
contrast 7.23:1
Card sample
#369cf5 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369cf5;
Background color
Panel with #369cf5 background
background-color: #369cf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369cf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 156, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 156, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369cf5; background: linear-gradient(135deg, #369cf5, #4F36F5);