#369ac8
a balanced, vivid cyan · cool · closest name: steelblue
RGB
54, 154, 200
HSL
199°, 58%, 50%
CMYK
73, 23, 0, 22
Luminance
0.2807
Every format
| HEX | #369ac8 |
| RGB | rgb(54, 154, 200) |
| HSL | hsl(199, 58%, 50%) |
| CMYK | cmyk(73%, 23%, 0%, 22%) |
| LAB | lab(60.0 -13.5 -31.9) |
| LCH | lch(60.0 34.7 247.0) |
| OKLCH | oklch(0.649 0.113 232.5) |
Copy-ready code
/* CSS */
color: #369ac8;
background-color: #369ac8;
/* Tailwind (arbitrary) */
class="text-[#369ac8] bg-[#369ac8]"
/* SCSS */
$brand: #369ac8;
/* SwiftUI */
Color(red: 0.212, green: 0.604, blue: 0.784)
/* Android */
Color.parseColor("#369ac8")Accessibility — WCAG contrast
Aa
#369ac8 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369ac8 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green60.4%
Blue78.4%
CMYK percentages
Cyan73.0%
Magenta23.0%
Yellow0.0%
Key (black)21.6%
Color previews
#369ac8 text on a black background
contrast 6.61:1
Card sample
#369ac8 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369ac8;
Background color
Panel with #369ac8 background
background-color: #369ac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369ac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 154, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 154, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369ac8; background: linear-gradient(135deg, #369ac8, #3639C8);