#369ffd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
54, 159, 253
HSL
208°, 98%, 60%
CMYK
79, 37, 0, 1
Luminance
0.3267
Every format
| HEX | #369ffd |
| RGB | rgb(54, 159, 253) |
| HSL | hsl(208, 98%, 60%) |
| CMYK | cmyk(79%, 37%, 0%, 1%) |
| LAB | lab(63.9 2.2 -55.1) |
| LCH | lch(63.9 55.1 272.3) |
| OKLCH | oklch(0.688 0.167 249.8) |
Copy-ready code
/* CSS */
color: #369ffd;
background-color: #369ffd;
/* Tailwind (arbitrary) */
class="text-[#369ffd] bg-[#369ffd]"
/* SCSS */
$brand: #369ffd;
/* SwiftUI */
Color(red: 0.212, green: 0.624, blue: 0.992)
/* Android */
Color.parseColor("#369ffd")Accessibility — WCAG contrast
Aa
#369ffd on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#369ffd on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green62.4%
Blue99.2%
CMYK percentages
Cyan78.7%
Magenta37.2%
Yellow0.0%
Key (black)0.8%
Color previews
#369ffd text on a black background
contrast 7.53:1
Card sample
#369ffd text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369ffd;
Background color
Panel with #369ffd background
background-color: #369ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 159, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 159, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369ffd; background: linear-gradient(135deg, #369ffd, #5236FD);