#0035df
a dark, electric blue · warm · closest name: navy
RGB
0, 53, 223
HSL
226°, 100%, 44%
CMYK
100, 76, 0, 13
Luminance
0.0787
Every format
| HEX | #0035df |
| RGB | rgb(0, 53, 223) |
| HSL | hsl(226, 100%, 44%) |
| CMYK | cmyk(100%, 76%, 0%, 13%) |
| LAB | lab(33.7 53.4 -87.3) |
| LCH | lch(33.7 102.4 301.4) |
| OKLCH | oklch(0.450 0.255 263.9) |
Copy-ready code
/* CSS */
color: #0035df;
background-color: #0035df;
/* Tailwind (arbitrary) */
class="text-[#0035df] bg-[#0035df]"
/* SCSS */
$brand: #0035df;
/* SwiftUI */
Color(red: 0.000, green: 0.208, blue: 0.875)
/* Android */
Color.parseColor("#0035df")Accessibility — WCAG contrast
Aa
#0035df on white: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0035df on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green20.8%
Blue87.5%
CMYK percentages
Cyan100.0%
Magenta76.2%
Yellow0.0%
Key (black)12.5%
Color previews
#0035df text on a black background
contrast 2.57:1
Card sample
#0035df text on a white background
contrast 8.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0035df;
Background color
Panel with #0035df background
background-color: #0035df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0035df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 53, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 53, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0035df; background: linear-gradient(135deg, #0035df, #5F00DF);