#369cee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
54, 156, 238
HSL
207°, 84%, 57%
CMYK
77, 35, 0, 7
Luminance
0.3073
Every format
| HEX | #369cee |
| RGB | rgb(54, 156, 238) |
| HSL | hsl(207, 84%, 57%) |
| CMYK | cmyk(77%, 35%, 0%, 7%) |
| LAB | lab(62.3 -1.4 -49.4) |
| LCH | lch(62.3 49.4 268.3) |
| OKLCH | oklch(0.673 0.152 247.2) |
Copy-ready code
/* CSS */
color: #369cee;
background-color: #369cee;
/* Tailwind (arbitrary) */
class="text-[#369cee] bg-[#369cee]"
/* SCSS */
$brand: #369cee;
/* SwiftUI */
Color(red: 0.212, green: 0.612, blue: 0.933)
/* Android */
Color.parseColor("#369cee")Accessibility — WCAG contrast
Aa
#369cee on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#369cee on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green61.2%
Blue93.3%
CMYK percentages
Cyan77.3%
Magenta34.5%
Yellow0.0%
Key (black)6.7%
Color previews
#369cee text on a black background
contrast 7.15:1
Card sample
#369cee text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369cee;
Background color
Panel with #369cee background
background-color: #369cee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369cee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 156, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 156, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369cee; background: linear-gradient(135deg, #369cee, #4B36EE);