#0285df
a dark, electric blue · cool · closest name: dodgerblue
RGB
2, 133, 223
HSL
204°, 98%, 44%
CMYK
99, 40, 0, 13
Luminance
0.2212
Every format
| HEX | #0285df |
| RGB | rgb(2, 133, 223) |
| HSL | hsl(204, 98%, 44%) |
| CMYK | cmyk(99%, 40%, 0%, 13%) |
| LAB | lab(54.1 3.4 -54.0) |
| LCH | lch(54.1 54.1 273.6) |
| OKLCH | oklch(0.604 0.166 248.9) |
Copy-ready code
/* CSS */
color: #0285df;
background-color: #0285df;
/* Tailwind (arbitrary) */
class="text-[#0285df] bg-[#0285df]"
/* SCSS */
$brand: #0285df;
/* SwiftUI */
Color(red: 0.008, green: 0.522, blue: 0.875)
/* Android */
Color.parseColor("#0285df")Accessibility — WCAG contrast
Aa
#0285df on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0285df on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green52.2%
Blue87.5%
CMYK percentages
Cyan99.1%
Magenta40.4%
Yellow0.0%
Key (black)12.5%
Color previews
#0285df text on a black background
contrast 5.42:1
Card sample
#0285df text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0285df;
Background color
Panel with #0285df background
background-color: #0285df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0285df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 133, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 133, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0285df; background: linear-gradient(135deg, #0285df, #1202DF);