#369cbd
a balanced, vivid cyan · cool · closest name: steelblue
RGB
54, 156, 189
HSL
195°, 56%, 48%
CMYK
71, 18, 0, 26
Luminance
0.2824
Every format
| HEX | #369cbd |
| RGB | rgb(54, 156, 189) |
| HSL | hsl(195, 56%, 48%) |
| CMYK | cmyk(71%, 18%, 0%, 26%) |
| LAB | lab(60.1 -18.3 -25.5) |
| LCH | lch(60.1 31.4 234.4) |
| OKLCH | oklch(0.648 0.103 223.6) |
Copy-ready code
/* CSS */
color: #369cbd;
background-color: #369cbd;
/* Tailwind (arbitrary) */
class="text-[#369cbd] bg-[#369cbd]"
/* SCSS */
$brand: #369cbd;
/* SwiftUI */
Color(red: 0.212, green: 0.612, blue: 0.741)
/* Android */
Color.parseColor("#369cbd")Accessibility — WCAG contrast
Aa
#369cbd on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369cbd on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green61.2%
Blue74.1%
CMYK percentages
Cyan71.4%
Magenta17.5%
Yellow0.0%
Key (black)25.9%
Color previews
#369cbd text on a black background
contrast 6.65:1
Card sample
#369cbd text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369cbd;
Background color
Panel with #369cbd background
background-color: #369cbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369cbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 156, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 156, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369cbd; background: linear-gradient(135deg, #369cbd, #3642BD);