#369aff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
54, 154, 255
HSL
210°, 100%, 61%
CMYK
79, 40, 0, 0
Luminance
0.3112
Every format
| HEX | #369aff |
| RGB | rgb(54, 154, 255) |
| HSL | hsl(210, 100%, 61%) |
| CMYK | cmyk(79%, 40%, 0%, 0%) |
| LAB | lab(62.6 5.8 -58.2) |
| LCH | lch(62.6 58.5 275.7) |
| OKLCH | oklch(0.678 0.175 252.3) |
Copy-ready code
/* CSS */
color: #369aff;
background-color: #369aff;
/* Tailwind (arbitrary) */
class="text-[#369aff] bg-[#369aff]"
/* SCSS */
$brand: #369aff;
/* SwiftUI */
Color(red: 0.212, green: 0.604, blue: 1.000)
/* Android */
Color.parseColor("#369aff")Accessibility — WCAG contrast
Aa
#369aff on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#369aff on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green60.4%
Blue100.0%
CMYK percentages
Cyan78.8%
Magenta39.6%
Yellow0.0%
Key (black)0.0%
Color previews
#369aff text on a black background
contrast 7.22:1
Card sample
#369aff text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369aff;
Background color
Panel with #369aff background
background-color: #369aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 154, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 154, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369aff; background: linear-gradient(135deg, #369aff, #5836FF);