#0229eb
a balanced, electric blue · warm · closest name: blue
RGB
2, 41, 235
HSL
230°, 98%, 47%
CMYK
99, 83, 0, 8
Luminance
0.0760
Every format
| HEX | #0229eb |
| RGB | rgb(2, 41, 235) |
| HSL | hsl(230, 98%, 47%) |
| CMYK | cmyk(99%, 83%, 0%, 8%) |
| LAB | lab(33.1 63.2 -95.2) |
| LCH | lch(33.1 114.3 303.6) |
| OKLCH | oklch(0.450 0.277 264.3) |
Copy-ready code
/* CSS */
color: #0229eb;
background-color: #0229eb;
/* Tailwind (arbitrary) */
class="text-[#0229eb] bg-[#0229eb]"
/* SCSS */
$brand: #0229eb;
/* SwiftUI */
Color(red: 0.008, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#0229eb")Accessibility — WCAG contrast
Aa
#0229eb on white: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0229eb on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green16.1%
Blue92.2%
CMYK percentages
Cyan99.1%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#0229eb text on a black background
contrast 2.52:1
Card sample
#0229eb text on a white background
contrast 8.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0229eb;
Background color
Panel with #0229eb background
background-color: #0229eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0229eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0229eb; background: linear-gradient(135deg, #0229eb, #7702EB);