#035df0
a balanced, electric blue · cool · closest name: royalblue
RGB
3, 93, 240
HSL
217°, 98%, 48%
CMYK
99, 61, 0, 6
Luminance
0.1414
Every format
| HEX | #035df0 |
| RGB | rgb(3, 93, 240) |
| HSL | hsl(217, 98%, 48%) |
| CMYK | cmyk(99%, 61%, 0%, 6%) |
| LAB | lab(44.4 35.3 -79.3) |
| LCH | lch(44.4 86.8 294.0) |
| OKLCH | oklch(0.534 0.233 261.3) |
Copy-ready code
/* CSS */
color: #035df0;
background-color: #035df0;
/* Tailwind (arbitrary) */
class="text-[#035df0] bg-[#035df0]"
/* SCSS */
$brand: #035df0;
/* SwiftUI */
Color(red: 0.012, green: 0.365, blue: 0.941)
/* Android */
Color.parseColor("#035df0")Accessibility — WCAG contrast
Aa
#035df0 on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#035df0 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green36.5%
Blue94.1%
CMYK percentages
Cyan98.8%
Magenta61.2%
Yellow0.0%
Key (black)5.9%
Color previews
#035df0 text on a black background
contrast 3.83:1
Card sample
#035df0 text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #035df0;
Background color
Panel with #035df0 background
background-color: #035df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #035df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 93, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 93, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #035df0; background: linear-gradient(135deg, #035df0, #4703F0);