#369afd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
54, 154, 253
HSL
210°, 98%, 60%
CMYK
79, 39, 0, 1
Luminance
0.3099
Every format
| HEX | #369afd |
| RGB | rgb(54, 154, 253) |
| HSL | hsl(210, 98%, 60%) |
| CMYK | cmyk(79%, 39%, 0%, 1%) |
| LAB | lab(62.5 5.1 -57.3) |
| LCH | lch(62.5 57.5 275.1) |
| OKLCH | oklch(0.677 0.172 251.9) |
Copy-ready code
/* CSS */
color: #369afd;
background-color: #369afd;
/* Tailwind (arbitrary) */
class="text-[#369afd] bg-[#369afd]"
/* SCSS */
$brand: #369afd;
/* SwiftUI */
Color(red: 0.212, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#369afd")Accessibility — WCAG contrast
Aa
#369afd on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#369afd on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green60.4%
Blue99.2%
CMYK percentages
Cyan78.7%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#369afd text on a black background
contrast 7.20:1
Card sample
#369afd text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369afd;
Background color
Panel with #369afd background
background-color: #369afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369afd; background: linear-gradient(135deg, #369afd, #5736FD);