#369bcd
a balanced, vivid cyan · cool · closest name: steelblue
RGB
54, 155, 205
HSL
200°, 60%, 51%
CMYK
74, 24, 0, 20
Luminance
0.2863
Every format
| HEX | #369bcd |
| RGB | rgb(54, 155, 205) |
| HSL | hsl(200, 60%, 51%) |
| CMYK | cmyk(74%, 24%, 0%, 20%) |
| LAB | lab(60.5 -12.4 -34.0) |
| LCH | lch(60.5 36.1 250.0) |
| OKLCH | oklch(0.653 0.117 234.5) |
Copy-ready code
/* CSS */
color: #369bcd;
background-color: #369bcd;
/* Tailwind (arbitrary) */
class="text-[#369bcd] bg-[#369bcd]"
/* SCSS */
$brand: #369bcd;
/* SwiftUI */
Color(red: 0.212, green: 0.608, blue: 0.804)
/* Android */
Color.parseColor("#369bcd")Accessibility — WCAG contrast
Aa
#369bcd on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369bcd on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green60.8%
Blue80.4%
CMYK percentages
Cyan73.7%
Magenta24.4%
Yellow0.0%
Key (black)19.6%
Color previews
#369bcd text on a black background
contrast 6.73:1
Card sample
#369bcd text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369bcd;
Background color
Panel with #369bcd background
background-color: #369bcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369bcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 155, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 155, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369bcd; background: linear-gradient(135deg, #369bcd, #3636CD);