#2134af
a dark, vivid blue · warm · closest name: navy
RGB
33, 52, 175
HSL
232°, 68%, 41%
CMYK
81, 70, 0, 31
Luminance
0.0587
Every format
| HEX | #2134af |
| RGB | rgb(33, 52, 175) |
| HSL | hsl(232, 68%, 41%) |
| CMYK | cmyk(81%, 70%, 0%, 31%) |
| LAB | lab(29.1 38.4 -66.9) |
| LCH | lch(29.1 77.1 299.9) |
| OKLCH | oklch(0.404 0.194 268.3) |
Copy-ready code
/* CSS */
color: #2134af;
background-color: #2134af;
/* Tailwind (arbitrary) */
class="text-[#2134af] bg-[#2134af]"
/* SCSS */
$brand: #2134af;
/* SwiftUI */
Color(red: 0.129, green: 0.204, blue: 0.686)
/* Android */
Color.parseColor("#2134af")Accessibility — WCAG contrast
Aa
#2134af on white: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2134af on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green20.4%
Blue68.6%
CMYK percentages
Cyan81.1%
Magenta70.3%
Yellow0.0%
Key (black)31.4%
Color previews
#2134af text on a black background
contrast 2.17:1
Card sample
#2134af text on a white background
contrast 9.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2134af;
Background color
Panel with #2134af background
background-color: #2134af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2134af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 52, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 52, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2134af; background: linear-gradient(135deg, #2134af, #6D21AF);