#0230eb
a balanced, electric blue · warm · closest name: blue
RGB
2, 48, 235
HSL
228°, 98%, 47%
CMYK
99, 80, 0, 8
Luminance
0.0812
Every format
| HEX | #0230eb |
| RGB | rgb(2, 48, 235) |
| HSL | hsl(228, 98%, 47%) |
| CMYK | cmyk(99%, 80%, 0%, 8%) |
| LAB | lab(34.2 60.0 -93.3) |
| LCH | lch(34.2 110.9 302.7) |
| OKLCH | oklch(0.458 0.272 264.2) |
Copy-ready code
/* CSS */
color: #0230eb;
background-color: #0230eb;
/* Tailwind (arbitrary) */
class="text-[#0230eb] bg-[#0230eb]"
/* SCSS */
$brand: #0230eb;
/* SwiftUI */
Color(red: 0.008, green: 0.188, blue: 0.922)
/* Android */
Color.parseColor("#0230eb")Accessibility — WCAG contrast
Aa
#0230eb on white: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0230eb on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green18.8%
Blue92.2%
CMYK percentages
Cyan99.1%
Magenta79.6%
Yellow0.0%
Key (black)7.8%
Color previews
#0230eb text on a black background
contrast 2.62:1
Card sample
#0230eb text on a white background
contrast 8.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0230eb;
Background color
Panel with #0230eb background
background-color: #0230eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0230eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 48, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 48, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0230eb; background: linear-gradient(135deg, #0230eb, #7002EB);