#369ffc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
54, 159, 252
HSL
208°, 97%, 60%
CMYK
79, 37, 0, 1
Luminance
0.3261
Every format
| HEX | #369ffc |
| RGB | rgb(54, 159, 252) |
| HSL | hsl(208, 97%, 60%) |
| CMYK | cmyk(79%, 37%, 0%, 1%) |
| LAB | lab(63.8 1.8 -54.6) |
| LCH | lch(63.8 54.6 271.9) |
| OKLCH | oklch(0.688 0.166 249.6) |
Copy-ready code
/* CSS */
color: #369ffc;
background-color: #369ffc;
/* Tailwind (arbitrary) */
class="text-[#369ffc] bg-[#369ffc]"
/* SCSS */
$brand: #369ffc;
/* SwiftUI */
Color(red: 0.212, green: 0.624, blue: 0.988)
/* Android */
Color.parseColor("#369ffc")Accessibility — WCAG contrast
Aa
#369ffc on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#369ffc on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green62.4%
Blue98.8%
CMYK percentages
Cyan78.6%
Magenta36.9%
Yellow0.0%
Key (black)1.2%
Color previews
#369ffc text on a black background
contrast 7.52:1
Card sample
#369ffc text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369ffc;
Background color
Panel with #369ffc background
background-color: #369ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 159, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 159, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369ffc; background: linear-gradient(135deg, #369ffc, #5136FC);