#033dfd
a balanced, electric blue · warm · closest name: blue
RGB
3, 61, 253
HSL
226°, 98%, 50%
CMYK
99, 76, 0, 1
Luminance
0.1045
Every format
| HEX | #033dfd |
| RGB | rgb(3, 61, 253) |
| HSL | hsl(226, 98%, 50%) |
| CMYK | cmyk(99%, 76%, 0%, 1%) |
| LAB | lab(38.6 59.1 -96.2) |
| LCH | lch(38.6 112.9 301.6) |
| OKLCH | oklch(0.495 0.281 264.1) |
Copy-ready code
/* CSS */
color: #033dfd;
background-color: #033dfd;
/* Tailwind (arbitrary) */
class="text-[#033dfd] bg-[#033dfd]"
/* SCSS */
$brand: #033dfd;
/* SwiftUI */
Color(red: 0.012, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#033dfd")Accessibility — WCAG contrast
Aa
#033dfd on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#033dfd on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green23.9%
Blue99.2%
CMYK percentages
Cyan98.8%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#033dfd text on a black background
contrast 3.09:1
Card sample
#033dfd text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #033dfd;
Background color
Panel with #033dfd background
background-color: #033dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #033dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #033dfd; background: linear-gradient(135deg, #033dfd, #7003FD);