#369eef
a balanced, electric blue · cool · closest name: dodgerblue
RGB
54, 158, 239
HSL
206°, 85%, 58%
CMYK
77, 34, 0, 6
Luminance
0.3147
Every format
| HEX | #369eef |
| RGB | rgb(54, 158, 239) |
| HSL | hsl(206, 85%, 58%) |
| CMYK | cmyk(77%, 34%, 0%, 6%) |
| LAB | lab(62.9 -2.2 -49.0) |
| LCH | lch(62.9 49.0 267.4) |
| OKLCH | oklch(0.678 0.152 246.5) |
Copy-ready code
/* CSS */
color: #369eef;
background-color: #369eef;
/* Tailwind (arbitrary) */
class="text-[#369eef] bg-[#369eef]"
/* SCSS */
$brand: #369eef;
/* SwiftUI */
Color(red: 0.212, green: 0.620, blue: 0.937)
/* Android */
Color.parseColor("#369eef")Accessibility — WCAG contrast
Aa
#369eef on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#369eef on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green62.0%
Blue93.7%
CMYK percentages
Cyan77.4%
Magenta33.9%
Yellow0.0%
Key (black)6.3%
Color previews
#369eef text on a black background
contrast 7.29:1
Card sample
#369eef text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369eef;
Background color
Panel with #369eef background
background-color: #369eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 158, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 158, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369eef; background: linear-gradient(135deg, #369eef, #4A36EF);