#033cff
a balanced, electric blue · warm · closest name: blue
RGB
3, 60, 255
HSL
226°, 100%, 51%
CMYK
99, 77, 0, 0
Luminance
0.1047
Every format
| HEX | #033cff |
| RGB | rgb(3, 60, 255) |
| HSL | hsl(226, 100%, 51%) |
| CMYK | cmyk(99%, 77%, 0%, 0%) |
| LAB | lab(38.7 60.2 -97.2) |
| LCH | lch(38.7 114.4 301.8) |
| OKLCH | oklch(0.496 0.284 264.1) |
Copy-ready code
/* CSS */
color: #033cff;
background-color: #033cff;
/* Tailwind (arbitrary) */
class="text-[#033cff] bg-[#033cff]"
/* SCSS */
$brand: #033cff;
/* SwiftUI */
Color(red: 0.012, green: 0.235, blue: 1.000)
/* Android */
Color.parseColor("#033cff")Accessibility — WCAG contrast
Aa
#033cff on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#033cff on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green23.5%
Blue100.0%
CMYK percentages
Cyan98.8%
Magenta76.5%
Yellow0.0%
Key (black)0.0%
Color previews
#033cff text on a black background
contrast 3.09:1
Card sample
#033cff text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #033cff;
Background color
Panel with #033cff background
background-color: #033cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #033cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 60, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 60, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #033cff; background: linear-gradient(135deg, #033cff, #7203FF);