#033cf7
a balanced, electric blue · warm · closest name: blue
RGB
3, 60, 247
HSL
226°, 98%, 49%
CMYK
99, 76, 0, 3
Luminance
0.0997
Every format
| HEX | #033cf7 |
| RGB | rgb(3, 60, 247) |
| HSL | hsl(226, 98%, 49%) |
| CMYK | cmyk(99%, 76%, 0%, 3%) |
| LAB | lab(37.8 57.6 -94.2) |
| LCH | lch(37.8 110.5 301.4) |
| OKLCH | oklch(0.487 0.275 264.0) |
Copy-ready code
/* CSS */
color: #033cf7;
background-color: #033cf7;
/* Tailwind (arbitrary) */
class="text-[#033cf7] bg-[#033cf7]"
/* SCSS */
$brand: #033cf7;
/* SwiftUI */
Color(red: 0.012, green: 0.235, blue: 0.969)
/* Android */
Color.parseColor("#033cf7")Accessibility — WCAG contrast
Aa
#033cf7 on white: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#033cf7 on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green23.5%
Blue96.9%
CMYK percentages
Cyan98.8%
Magenta75.7%
Yellow0.0%
Key (black)3.1%
Color previews
#033cf7 text on a black background
contrast 2.99:1
Card sample
#033cf7 text on a white background
contrast 7.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #033cf7;
Background color
Panel with #033cf7 background
background-color: #033cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #033cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 60, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 60, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #033cf7; background: linear-gradient(135deg, #033cf7, #6D03F7);