#369fee
a balanced, electric blue · cool · closest name: steelblue
RGB
54, 159, 238
HSL
206°, 84%, 57%
CMYK
77, 33, 0, 7
Luminance
0.3175
Every format
| HEX | #369fee |
| RGB | rgb(54, 159, 238) |
| HSL | hsl(206, 84%, 57%) |
| CMYK | cmyk(77%, 33%, 0%, 7%) |
| LAB | lab(63.1 -3.2 -48.0) |
| LCH | lch(63.1 48.1 266.2) |
| OKLCH | oklch(0.680 0.150 245.7) |
Copy-ready code
/* CSS */
color: #369fee;
background-color: #369fee;
/* Tailwind (arbitrary) */
class="text-[#369fee] bg-[#369fee]"
/* SCSS */
$brand: #369fee;
/* SwiftUI */
Color(red: 0.212, green: 0.624, blue: 0.933)
/* Android */
Color.parseColor("#369fee")Accessibility — WCAG contrast
Aa
#369fee on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#369fee on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green62.4%
Blue93.3%
CMYK percentages
Cyan77.3%
Magenta33.2%
Yellow0.0%
Key (black)6.7%
Color previews
#369fee text on a black background
contrast 7.35:1
Card sample
#369fee text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369fee;
Background color
Panel with #369fee background
background-color: #369fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 159, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 159, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369fee; background: linear-gradient(135deg, #369fee, #4836EE);