#3286af
a dark, vivid cyan · cool · closest name: steelblue
RGB
50, 134, 175
HSL
200°, 56%, 44%
CMYK
71, 23, 0, 31
Luminance
0.2082
Every format
| HEX | #3286af |
| RGB | rgb(50, 134, 175) |
| HSL | hsl(200, 56%, 44%) |
| CMYK | cmyk(71%, 23%, 0%, 31%) |
| LAB | lab(52.8 -11.5 -28.9) |
| LCH | lch(52.8 31.1 248.3) |
| OKLCH | oklch(0.588 0.101 233.6) |
Copy-ready code
/* CSS */
color: #3286af;
background-color: #3286af;
/* Tailwind (arbitrary) */
class="text-[#3286af] bg-[#3286af]"
/* SCSS */
$brand: #3286af;
/* SwiftUI */
Color(red: 0.196, green: 0.525, blue: 0.686)
/* Android */
Color.parseColor("#3286af")Accessibility — WCAG contrast
Aa
#3286af on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3286af on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green52.5%
Blue68.6%
CMYK percentages
Cyan71.4%
Magenta23.4%
Yellow0.0%
Key (black)31.4%
Color previews
#3286af text on a black background
contrast 5.16:1
Card sample
#3286af text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3286af;
Background color
Panel with #3286af background
background-color: #3286af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3286af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 134, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 134, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3286af; background: linear-gradient(135deg, #3286af, #3233AF);