#2129eb
a balanced, electric blue · warm · closest name: blue
RGB
33, 41, 235
HSL
238°, 84%, 53%
CMYK
86, 83, 0, 8
Luminance
0.0791
Every format
| HEX | #2129eb |
| RGB | rgb(33, 41, 235) |
| HSL | hsl(238, 84%, 53%) |
| CMYK | cmyk(86%, 83%, 0%, 8%) |
| LAB | lab(33.8 63.8 -94.1) |
| LCH | lch(33.8 113.7 304.2) |
| OKLCH | oklch(0.457 0.273 267.5) |
Copy-ready code
/* CSS */
color: #2129eb;
background-color: #2129eb;
/* Tailwind (arbitrary) */
class="text-[#2129eb] bg-[#2129eb]"
/* SCSS */
$brand: #2129eb;
/* SwiftUI */
Color(red: 0.129, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#2129eb")Accessibility — WCAG contrast
Aa
#2129eb on white: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2129eb on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green16.1%
Blue92.2%
CMYK percentages
Cyan86.0%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#2129eb text on a black background
contrast 2.58:1
Card sample
#2129eb text on a white background
contrast 8.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2129eb;
Background color
Panel with #2129eb background
background-color: #2129eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2129eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2129eb; background: linear-gradient(135deg, #2129eb, #9F21EB);