#3794c2
a balanced, vivid cyan · cool · closest name: steelblue
RGB
55, 148, 194
HSL
200°, 56%, 49%
CMYK
72, 24, 0, 24
Luminance
0.2589
Every format
| HEX | #3794c2 |
| RGB | rgb(55, 148, 194) |
| HSL | hsl(200, 56%, 49%) |
| CMYK | cmyk(72%, 24%, 0%, 24%) |
| LAB | lab(57.9 -12.1 -31.7) |
| LCH | lch(57.9 33.9 249.1) |
| OKLCH | oklch(0.632 0.110 234.1) |
Copy-ready code
/* CSS */
color: #3794c2;
background-color: #3794c2;
/* Tailwind (arbitrary) */
class="text-[#3794c2] bg-[#3794c2]"
/* SCSS */
$brand: #3794c2;
/* SwiftUI */
Color(red: 0.216, green: 0.580, blue: 0.761)
/* Android */
Color.parseColor("#3794c2")Accessibility — WCAG contrast
Aa
#3794c2 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3794c2 on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green58.0%
Blue76.1%
CMYK percentages
Cyan71.6%
Magenta23.7%
Yellow0.0%
Key (black)23.9%
Color previews
#3794c2 text on a black background
contrast 6.18:1
Card sample
#3794c2 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3794c2;
Background color
Panel with #3794c2 background
background-color: #3794c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3794c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 148, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 148, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3794c2; background: linear-gradient(135deg, #3794c2, #3737C2);