#369cff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
54, 156, 255
HSL
210°, 100%, 61%
CMYK
79, 39, 0, 0
Luminance
0.3178
Every format
| HEX | #369cff |
| RGB | rgb(54, 156, 255) |
| HSL | hsl(210, 100%, 61%) |
| CMYK | cmyk(79%, 39%, 0%, 0%) |
| LAB | lab(63.2 4.6 -57.3) |
| LCH | lch(63.2 57.5 274.6) |
| OKLCH | oklch(0.683 0.173 251.5) |
Copy-ready code
/* CSS */
color: #369cff;
background-color: #369cff;
/* Tailwind (arbitrary) */
class="text-[#369cff] bg-[#369cff]"
/* SCSS */
$brand: #369cff;
/* SwiftUI */
Color(red: 0.212, green: 0.612, blue: 1.000)
/* Android */
Color.parseColor("#369cff")Accessibility — WCAG contrast
Aa
#369cff on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#369cff on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green61.2%
Blue100.0%
CMYK percentages
Cyan78.8%
Magenta38.8%
Yellow0.0%
Key (black)0.0%
Color previews
#369cff text on a black background
contrast 7.36:1
Card sample
#369cff text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369cff;
Background color
Panel with #369cff background
background-color: #369cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 156, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 156, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369cff; background: linear-gradient(135deg, #369cff, #5636FF);