#369df7
a balanced, electric blue · cool · closest name: dodgerblue
RGB
54, 157, 247
HSL
208°, 92%, 59%
CMYK
78, 36, 0, 3
Luminance
0.3161
Every format
| HEX | #369df7 |
| RGB | rgb(54, 157, 247) |
| HSL | hsl(208, 92%, 59%) |
| CMYK | cmyk(78%, 36%, 0%, 3%) |
| LAB | lab(63.0 1.2 -53.2) |
| LCH | lch(63.0 53.2 271.3) |
| OKLCH | oklch(0.680 0.162 249.2) |
Copy-ready code
/* CSS */
color: #369df7;
background-color: #369df7;
/* Tailwind (arbitrary) */
class="text-[#369df7] bg-[#369df7]"
/* SCSS */
$brand: #369df7;
/* SwiftUI */
Color(red: 0.212, green: 0.616, blue: 0.969)
/* Android */
Color.parseColor("#369df7")Accessibility — WCAG contrast
Aa
#369df7 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#369df7 on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green61.6%
Blue96.9%
CMYK percentages
Cyan78.1%
Magenta36.4%
Yellow0.0%
Key (black)3.1%
Color previews
#369df7 text on a black background
contrast 7.32:1
Card sample
#369df7 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369df7;
Background color
Panel with #369df7 background
background-color: #369df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 157, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 157, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369df7; background: linear-gradient(135deg, #369df7, #5036F7);