#369fc2
a balanced, vivid cyan · cool · closest name: steelblue
RGB
54, 159, 194
HSL
195°, 57%, 49%
CMYK
72, 18, 0, 24
Luminance
0.2948
Every format
| HEX | #369fc2 |
| RGB | rgb(54, 159, 194) |
| HSL | hsl(195, 57%, 49%) |
| CMYK | cmyk(72%, 18%, 0%, 24%) |
| LAB | lab(61.2 -18.3 -26.6) |
| LCH | lch(61.2 32.3 235.6) |
| OKLCH | oklch(0.658 0.106 224.4) |
Copy-ready code
/* CSS */
color: #369fc2;
background-color: #369fc2;
/* Tailwind (arbitrary) */
class="text-[#369fc2] bg-[#369fc2]"
/* SCSS */
$brand: #369fc2;
/* SwiftUI */
Color(red: 0.212, green: 0.624, blue: 0.761)
/* Android */
Color.parseColor("#369fc2")Accessibility — WCAG contrast
Aa
#369fc2 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369fc2 on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green62.4%
Blue76.1%
CMYK percentages
Cyan72.2%
Magenta18.0%
Yellow0.0%
Key (black)23.9%
Color previews
#369fc2 text on a black background
contrast 6.90:1
Card sample
#369fc2 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369fc2;
Background color
Panel with #369fc2 background
background-color: #369fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 159, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 159, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369fc2; background: linear-gradient(135deg, #369fc2, #3642C2);