#2124cd
a balanced, vivid blue · warm · closest name: navy
RGB
33, 36, 205
HSL
239°, 72%, 47%
CMYK
84, 82, 0, 20
Luminance
0.0599
Every format
| HEX | #2124cd |
| RGB | rgb(33, 36, 205) |
| HSL | hsl(239, 72%, 47%) |
| CMYK | cmyk(84%, 82%, 0%, 20%) |
| LAB | lab(29.4 57.1 -84.1) |
| LCH | lch(29.4 101.6 304.2) |
| OKLCH | oklch(0.416 0.244 268.6) |
Copy-ready code
/* CSS */
color: #2124cd;
background-color: #2124cd;
/* Tailwind (arbitrary) */
class="text-[#2124cd] bg-[#2124cd]"
/* SCSS */
$brand: #2124cd;
/* SwiftUI */
Color(red: 0.129, green: 0.141, blue: 0.804)
/* Android */
Color.parseColor("#2124cd")Accessibility — WCAG contrast
Aa
#2124cd on white: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2124cd on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green14.1%
Blue80.4%
CMYK percentages
Cyan83.9%
Magenta82.4%
Yellow0.0%
Key (black)19.6%
Color previews
#2124cd text on a black background
contrast 2.20:1
Card sample
#2124cd text on a white background
contrast 9.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2124cd;
Background color
Panel with #2124cd background
background-color: #2124cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2124cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 36, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 36, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2124cd; background: linear-gradient(135deg, #2124cd, #9121CD);