#3268af
a dark, vivid blue · cool · closest name: steelblue
RGB
50, 104, 175
HSL
214°, 56%, 44%
CMYK
71, 41, 0, 31
Luminance
0.1367
Every format
| HEX | #3268af |
| RGB | rgb(50, 104, 175) |
| HSL | hsl(214, 56%, 44%) |
| CMYK | cmyk(71%, 41%, 0%, 31%) |
| LAB | lab(43.8 6.5 -43.1) |
| LCH | lch(43.8 43.5 278.6) |
| OKLCH | oklch(0.517 0.127 256.2) |
Copy-ready code
/* CSS */
color: #3268af;
background-color: #3268af;
/* Tailwind (arbitrary) */
class="text-[#3268af] bg-[#3268af]"
/* SCSS */
$brand: #3268af;
/* SwiftUI */
Color(red: 0.196, green: 0.408, blue: 0.686)
/* Android */
Color.parseColor("#3268af")Accessibility — WCAG contrast
Aa
#3268af on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3268af on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green40.8%
Blue68.6%
CMYK percentages
Cyan71.4%
Magenta40.6%
Yellow0.0%
Key (black)31.4%
Color previews
#3268af text on a black background
contrast 3.73:1
Card sample
#3268af text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3268af;
Background color
Panel with #3268af background
background-color: #3268af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3268af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 104, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 104, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3268af; background: linear-gradient(135deg, #3268af, #4F32AF);