#369ceb
a balanced, electric blue · cool · closest name: steelblue
RGB
54, 156, 235
HSL
206°, 82%, 57%
CMYK
77, 34, 0, 8
Luminance
0.3056
Every format
| HEX | #369ceb |
| RGB | rgb(54, 156, 235) |
| HSL | hsl(206, 82%, 57%) |
| CMYK | cmyk(77%, 34%, 0%, 8%) |
| LAB | lab(62.1 -2.5 -48.0) |
| LCH | lch(62.1 48.0 267.0) |
| OKLCH | oklch(0.671 0.149 246.3) |
Copy-ready code
/* CSS */
color: #369ceb;
background-color: #369ceb;
/* Tailwind (arbitrary) */
class="text-[#369ceb] bg-[#369ceb]"
/* SCSS */
$brand: #369ceb;
/* SwiftUI */
Color(red: 0.212, green: 0.612, blue: 0.922)
/* Android */
Color.parseColor("#369ceb")Accessibility — WCAG contrast
Aa
#369ceb on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#369ceb on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green61.2%
Blue92.2%
CMYK percentages
Cyan77.0%
Magenta33.6%
Yellow0.0%
Key (black)7.8%
Color previews
#369ceb text on a black background
contrast 7.11:1
Card sample
#369ceb text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369ceb;
Background color
Panel with #369ceb background
background-color: #369ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 156, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 156, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369ceb; background: linear-gradient(135deg, #369ceb, #4936EB);