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