#369dfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
54, 157, 253
HSL
209°, 98%, 60%
CMYK
79, 38, 0, 1
Luminance
0.3199
Every format
| HEX | #369dfd |
| RGB | rgb(54, 157, 253) |
| HSL | hsl(209, 98%, 60%) |
| CMYK | cmyk(79%, 38%, 0%, 1%) |
| LAB | lab(63.3 3.3 -56.0) |
| LCH | lch(63.3 56.0 273.4) |
| OKLCH | oklch(0.684 0.169 250.7) |
Copy-ready code
/* CSS */
color: #369dfd;
background-color: #369dfd;
/* Tailwind (arbitrary) */
class="text-[#369dfd] bg-[#369dfd]"
/* SCSS */
$brand: #369dfd;
/* SwiftUI */
Color(red: 0.212, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#369dfd")Accessibility — WCAG contrast
Aa
#369dfd on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#369dfd on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green61.6%
Blue99.2%
CMYK percentages
Cyan78.7%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#369dfd text on a black background
contrast 7.40:1
Card sample
#369dfd text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369dfd;
Background color
Panel with #369dfd background
background-color: #369dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369dfd; background: linear-gradient(135deg, #369dfd, #5436FD);