#369afb
a balanced, electric blue · cool · closest name: dodgerblue
RGB
54, 154, 251
HSL
210°, 96%, 60%
CMYK
79, 39, 0, 2
Luminance
0.3086
Every format
| HEX | #369afb |
| RGB | rgb(54, 154, 251) |
| HSL | hsl(210, 96%, 60%) |
| CMYK | cmyk(79%, 39%, 0%, 2%) |
| LAB | lab(62.4 4.4 -56.4) |
| LCH | lch(62.4 56.5 274.4) |
| OKLCH | oklch(0.676 0.170 251.4) |
Copy-ready code
/* CSS */
color: #369afb;
background-color: #369afb;
/* Tailwind (arbitrary) */
class="text-[#369afb] bg-[#369afb]"
/* SCSS */
$brand: #369afb;
/* SwiftUI */
Color(red: 0.212, green: 0.604, blue: 0.984)
/* Android */
Color.parseColor("#369afb")Accessibility — WCAG contrast
Aa
#369afb on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#369afb on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green60.4%
Blue98.4%
CMYK percentages
Cyan78.5%
Magenta38.6%
Yellow0.0%
Key (black)1.6%
Color previews
#369afb text on a black background
contrast 7.17:1
Card sample
#369afb text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369afb;
Background color
Panel with #369afb background
background-color: #369afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 154, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 154, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369afb; background: linear-gradient(135deg, #369afb, #5536FB);