#369fc9
a balanced, vivid cyan · cool · closest name: steelblue
RGB
54, 159, 201
HSL
197°, 58%, 50%
CMYK
73, 21, 0, 21
Luminance
0.2980
Every format
| HEX | #369fc9 |
| RGB | rgb(54, 159, 201) |
| HSL | hsl(197, 58%, 50%) |
| CMYK | cmyk(73%, 21%, 0%, 21%) |
| LAB | lab(61.5 -15.9 -30.1) |
| LCH | lch(61.5 34.1 242.1) |
| OKLCH | oklch(0.661 0.112 229.0) |
Copy-ready code
/* CSS */
color: #369fc9;
background-color: #369fc9;
/* Tailwind (arbitrary) */
class="text-[#369fc9] bg-[#369fc9]"
/* SCSS */
$brand: #369fc9;
/* SwiftUI */
Color(red: 0.212, green: 0.624, blue: 0.788)
/* Android */
Color.parseColor("#369fc9")Accessibility — WCAG contrast
Aa
#369fc9 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369fc9 on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green62.4%
Blue78.8%
CMYK percentages
Cyan73.1%
Magenta20.9%
Yellow0.0%
Key (black)21.2%
Color previews
#369fc9 text on a black background
contrast 6.96:1
Card sample
#369fc9 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369fc9;
Background color
Panel with #369fc9 background
background-color: #369fc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369fc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 159, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 159, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369fc9; background: linear-gradient(135deg, #369fc9, #363DC9);