#1035df
a balanced, electric blue · warm · closest name: navy
RGB
16, 53, 223
HSL
229°, 87%, 47%
CMYK
93, 76, 0, 13
Luminance
0.0798
Every format
| HEX | #1035df |
| RGB | rgb(16, 53, 223) |
| HSL | hsl(229, 87%, 47%) |
| CMYK | cmyk(93%, 76%, 0%, 13%) |
| LAB | lab(34.0 53.7 -87.0) |
| LCH | lch(34.0 102.2 301.7) |
| OKLCH | oklch(0.453 0.253 265.1) |
Copy-ready code
/* CSS */
color: #1035df;
background-color: #1035df;
/* Tailwind (arbitrary) */
class="text-[#1035df] bg-[#1035df]"
/* SCSS */
$brand: #1035df;
/* SwiftUI */
Color(red: 0.063, green: 0.208, blue: 0.875)
/* Android */
Color.parseColor("#1035df")Accessibility — WCAG contrast
Aa
#1035df on white: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1035df on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green20.8%
Blue87.5%
CMYK percentages
Cyan92.8%
Magenta76.2%
Yellow0.0%
Key (black)12.5%
Color previews
#1035df text on a black background
contrast 2.60:1
Card sample
#1035df text on a white background
contrast 8.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1035df;
Background color
Panel with #1035df background
background-color: #1035df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1035df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 53, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 53, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1035df; background: linear-gradient(135deg, #1035df, #7510DF);