#369feb
a balanced, electric blue · cool · closest name: steelblue
RGB
54, 159, 235
HSL
205°, 82%, 57%
CMYK
77, 32, 0, 8
Luminance
0.3158
Every format
| HEX | #369feb |
| RGB | rgb(54, 159, 235) |
| HSL | hsl(205, 82%, 57%) |
| CMYK | cmyk(77%, 32%, 0%, 8%) |
| LAB | lab(63.0 -4.2 -46.6) |
| LCH | lch(63.0 46.8 264.8) |
| OKLCH | oklch(0.678 0.146 244.7) |
Copy-ready code
/* CSS */
color: #369feb;
background-color: #369feb;
/* Tailwind (arbitrary) */
class="text-[#369feb] bg-[#369feb]"
/* SCSS */
$brand: #369feb;
/* SwiftUI */
Color(red: 0.212, green: 0.624, blue: 0.922)
/* Android */
Color.parseColor("#369feb")Accessibility — WCAG contrast
Aa
#369feb on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#369feb on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green62.4%
Blue92.2%
CMYK percentages
Cyan77.0%
Magenta32.3%
Yellow0.0%
Key (black)7.8%
Color previews
#369feb text on a black background
contrast 7.32:1
Card sample
#369feb text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369feb;
Background color
Panel with #369feb background
background-color: #369feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 159, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 159, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369feb; background: linear-gradient(135deg, #369feb, #4636EB);