#369fc4
a balanced, vivid cyan · cool · closest name: steelblue
RGB
54, 159, 196
HSL
196°, 57%, 49%
CMYK
72, 19, 0, 23
Luminance
0.2957
Every format
| HEX | #369fc4 |
| RGB | rgb(54, 159, 196) |
| HSL | hsl(196, 57%, 49%) |
| CMYK | cmyk(72%, 19%, 0%, 23%) |
| LAB | lab(61.3 -17.6 -27.6) |
| LCH | lch(61.3 32.8 237.5) |
| OKLCH | oklch(0.659 0.108 225.8) |
Copy-ready code
/* CSS */
color: #369fc4;
background-color: #369fc4;
/* Tailwind (arbitrary) */
class="text-[#369fc4] bg-[#369fc4]"
/* SCSS */
$brand: #369fc4;
/* SwiftUI */
Color(red: 0.212, green: 0.624, blue: 0.769)
/* Android */
Color.parseColor("#369fc4")Accessibility — WCAG contrast
Aa
#369fc4 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369fc4 on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green62.4%
Blue76.9%
CMYK percentages
Cyan72.4%
Magenta18.9%
Yellow0.0%
Key (black)23.1%
Color previews
#369fc4 text on a black background
contrast 6.91:1
Card sample
#369fc4 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369fc4;
Background color
Panel with #369fc4 background
background-color: #369fc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369fc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 159, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 159, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369fc4; background: linear-gradient(135deg, #369fc4, #3640C4);