#2139b6
a dark, vivid blue · warm · closest name: slateblue
RGB
33, 57, 182
HSL
230°, 69%, 42%
CMYK
82, 69, 0, 29
Luminance
0.0663
Every format
| HEX | #2139b6 |
| RGB | rgb(33, 57, 182) |
| HSL | hsl(230, 69%, 42%) |
| CMYK | cmyk(82%, 69%, 0%, 29%) |
| LAB | lab(30.9 37.8 -68.0) |
| LCH | lch(30.9 77.8 299.1) |
| OKLCH | oklch(0.420 0.197 267.6) |
Copy-ready code
/* CSS */
color: #2139b6;
background-color: #2139b6;
/* Tailwind (arbitrary) */
class="text-[#2139b6] bg-[#2139b6]"
/* SCSS */
$brand: #2139b6;
/* SwiftUI */
Color(red: 0.129, green: 0.224, blue: 0.714)
/* Android */
Color.parseColor("#2139b6")Accessibility — WCAG contrast
Aa
#2139b6 on white: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2139b6 on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green22.4%
Blue71.4%
CMYK percentages
Cyan81.9%
Magenta68.7%
Yellow0.0%
Key (black)28.6%
Color previews
#2139b6 text on a black background
contrast 2.33:1
Card sample
#2139b6 text on a white background
contrast 9.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2139b6;
Background color
Panel with #2139b6 background
background-color: #2139b6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2139b6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 57, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 57, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2139b6; background: linear-gradient(135deg, #2139b6, #6C21B6);