#3271af
a dark, vivid blue · cool · closest name: steelblue
RGB
50, 113, 175
HSL
210°, 56%, 44%
CMYK
71, 35, 0, 31
Luminance
0.1558
Every format
| HEX | #3271af |
| RGB | rgb(50, 113, 175) |
| HSL | hsl(210, 56%, 44%) |
| CMYK | cmyk(71%, 35%, 0%, 31%) |
| LAB | lab(46.4 0.9 -38.9) |
| LCH | lch(46.4 38.9 271.3) |
| OKLCH | oklch(0.538 0.117 250.6) |
Copy-ready code
/* CSS */
color: #3271af;
background-color: #3271af;
/* Tailwind (arbitrary) */
class="text-[#3271af] bg-[#3271af]"
/* SCSS */
$brand: #3271af;
/* SwiftUI */
Color(red: 0.196, green: 0.443, blue: 0.686)
/* Android */
Color.parseColor("#3271af")Accessibility — WCAG contrast
Aa
#3271af on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3271af on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green44.3%
Blue68.6%
CMYK percentages
Cyan71.4%
Magenta35.4%
Yellow0.0%
Key (black)31.4%
Color previews
#3271af text on a black background
contrast 4.12:1
Card sample
#3271af text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3271af;
Background color
Panel with #3271af background
background-color: #3271af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3271af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 113, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 113, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3271af; background: linear-gradient(135deg, #3271af, #4632AF);