#0239eb
a balanced, electric blue · warm · closest name: blue
RGB
2, 57, 235
HSL
226°, 98%, 47%
CMYK
99, 76, 0, 8
Luminance
0.0894
Every format
| HEX | #0239eb |
| RGB | rgb(2, 57, 235) |
| HSL | hsl(226, 98%, 47%) |
| CMYK | cmyk(99%, 76%, 0%, 8%) |
| LAB | lab(35.9 55.3 -90.6) |
| LCH | lch(35.9 106.2 301.4) |
| OKLCH | oklch(0.470 0.264 264.0) |
Copy-ready code
/* CSS */
color: #0239eb;
background-color: #0239eb;
/* Tailwind (arbitrary) */
class="text-[#0239eb] bg-[#0239eb]"
/* SCSS */
$brand: #0239eb;
/* SwiftUI */
Color(red: 0.008, green: 0.224, blue: 0.922)
/* Android */
Color.parseColor("#0239eb")Accessibility — WCAG contrast
Aa
#0239eb on white: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0239eb on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green22.4%
Blue92.2%
CMYK percentages
Cyan99.1%
Magenta75.7%
Yellow0.0%
Key (black)7.8%
Color previews
#0239eb text on a black background
contrast 2.79:1
Card sample
#0239eb text on a white background
contrast 7.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0239eb;
Background color
Panel with #0239eb background
background-color: #0239eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0239eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 57, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 57, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0239eb; background: linear-gradient(135deg, #0239eb, #6602EB);