#033cf0
a balanced, electric blue · warm · closest name: blue
RGB
3, 60, 240
HSL
226°, 98%, 48%
CMYK
99, 75, 0, 6
Luminance
0.0954
Every format
| HEX | #033cf0 |
| RGB | rgb(3, 60, 240) |
| HSL | hsl(226, 98%, 48%) |
| CMYK | cmyk(99%, 75%, 0%, 6%) |
| LAB | lab(37.0 55.3 -91.6) |
| LCH | lch(37.0 107.0 301.1) |
| OKLCH | oklch(0.479 0.267 264.0) |
Copy-ready code
/* CSS */
color: #033cf0;
background-color: #033cf0;
/* Tailwind (arbitrary) */
class="text-[#033cf0] bg-[#033cf0]"
/* SCSS */
$brand: #033cf0;
/* SwiftUI */
Color(red: 0.012, green: 0.235, blue: 0.941)
/* Android */
Color.parseColor("#033cf0")Accessibility — WCAG contrast
Aa
#033cf0 on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#033cf0 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green23.5%
Blue94.1%
CMYK percentages
Cyan98.8%
Magenta75.0%
Yellow0.0%
Key (black)5.9%
Color previews
#033cf0 text on a black background
contrast 2.91:1
Card sample
#033cf0 text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #033cf0;
Background color
Panel with #033cf0 background
background-color: #033cf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #033cf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 60, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 60, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #033cf0; background: linear-gradient(135deg, #033cf0, #6803F0);