#2139ce
a balanced, vivid blue · warm · closest name: navy
RGB
33, 57, 206
HSL
232°, 72%, 47%
CMYK
84, 72, 0, 19
Luminance
0.0771
Every format
| HEX | #2139ce |
| RGB | rgb(33, 57, 206) |
| HSL | hsl(232, 72%, 47%) |
| CMYK | cmyk(84%, 72%, 0%, 19%) |
| LAB | lab(33.4 46.4 -78.1) |
| LCH | lch(33.4 90.8 300.7) |
| OKLCH | oklch(0.445 0.227 267.3) |
Copy-ready code
/* CSS */
color: #2139ce;
background-color: #2139ce;
/* Tailwind (arbitrary) */
class="text-[#2139ce] bg-[#2139ce]"
/* SCSS */
$brand: #2139ce;
/* SwiftUI */
Color(red: 0.129, green: 0.224, blue: 0.808)
/* Android */
Color.parseColor("#2139ce")Accessibility — WCAG contrast
Aa
#2139ce on white: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2139ce on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green22.4%
Blue80.8%
CMYK percentages
Cyan84.0%
Magenta72.3%
Yellow0.0%
Key (black)19.2%
Color previews
#2139ce text on a black background
contrast 2.54:1
Card sample
#2139ce text on a white background
contrast 8.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2139ce;
Background color
Panel with #2139ce background
background-color: #2139ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2139ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 57, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 57, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2139ce; background: linear-gradient(135deg, #2139ce, #7D21CE);