#3294c2
a balanced, vivid cyan · cool · closest name: steelblue
RGB
50, 148, 194
HSL
199°, 59%, 48%
CMYK
74, 24, 0, 24
Luminance
0.2575
Every format
| HEX | #3294c2 |
| RGB | rgb(50, 148, 194) |
| HSL | hsl(199, 59%, 48%) |
| CMYK | cmyk(74%, 24%, 0%, 24%) |
| LAB | lab(57.8 -12.8 -31.9) |
| LCH | lch(57.8 34.4 248.2) |
| OKLCH | oklch(0.630 0.112 233.2) |
Copy-ready code
/* CSS */
color: #3294c2;
background-color: #3294c2;
/* Tailwind (arbitrary) */
class="text-[#3294c2] bg-[#3294c2]"
/* SCSS */
$brand: #3294c2;
/* SwiftUI */
Color(red: 0.196, green: 0.580, blue: 0.761)
/* Android */
Color.parseColor("#3294c2")Accessibility — WCAG contrast
Aa
#3294c2 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3294c2 on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green58.0%
Blue76.1%
CMYK percentages
Cyan74.2%
Magenta23.7%
Yellow0.0%
Key (black)23.9%
Color previews
#3294c2 text on a black background
contrast 6.15:1
Card sample
#3294c2 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3294c2;
Background color
Panel with #3294c2 background
background-color: #3294c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3294c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 148, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 148, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3294c2; background: linear-gradient(135deg, #3294c2, #3234C2);