#2124af
a dark, vivid blue · warm · closest name: navy
RGB
33, 36, 175
HSL
239°, 68%, 41%
CMYK
81, 79, 0, 31
Luminance
0.0468
Every format
| HEX | #2124af |
| RGB | rgb(33, 36, 175) |
| HSL | hsl(239, 68%, 41%) |
| CMYK | cmyk(81%, 79%, 0%, 31%) |
| LAB | lab(25.8 47.7 -72.3) |
| LCH | lch(25.8 86.6 303.4) |
| OKLCH | oklch(0.381 0.209 270.0) |
Copy-ready code
/* CSS */
color: #2124af;
background-color: #2124af;
/* Tailwind (arbitrary) */
class="text-[#2124af] bg-[#2124af]"
/* SCSS */
$brand: #2124af;
/* SwiftUI */
Color(red: 0.129, green: 0.141, blue: 0.686)
/* Android */
Color.parseColor("#2124af")Accessibility — WCAG contrast
Aa
#2124af on white: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2124af on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green14.1%
Blue68.6%
CMYK percentages
Cyan81.1%
Magenta79.4%
Yellow0.0%
Key (black)31.4%
Color previews
#2124af text on a black background
contrast 1.94:1
Card sample
#2124af text on a white background
contrast 10.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2124af;
Background color
Panel with #2124af background
background-color: #2124af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2124af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 36, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 36, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2124af; background: linear-gradient(135deg, #2124af, #7D21AF);