#0285cf
a dark, electric blue · cool · closest name: steelblue
RGB
2, 133, 207
HSL
202°, 98%, 41%
CMYK
99, 36, 0, 19
Luminance
0.2129
Every format
| HEX | #0285cf |
| RGB | rgb(2, 133, 207) |
| HSL | hsl(202, 98%, 41%) |
| CMYK | cmyk(99%, 36%, 0%, 19%) |
| LAB | lab(53.3 -2.8 -46.4) |
| LCH | lch(53.3 46.5 266.5) |
| OKLCH | oklch(0.595 0.147 244.3) |
Copy-ready code
/* CSS */
color: #0285cf;
background-color: #0285cf;
/* Tailwind (arbitrary) */
class="text-[#0285cf] bg-[#0285cf]"
/* SCSS */
$brand: #0285cf;
/* SwiftUI */
Color(red: 0.008, green: 0.522, blue: 0.812)
/* Android */
Color.parseColor("#0285cf")Accessibility — WCAG contrast
Aa
#0285cf on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0285cf on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green52.2%
Blue81.2%
CMYK percentages
Cyan99.0%
Magenta35.7%
Yellow0.0%
Key (black)18.8%
Color previews
#0285cf text on a black background
contrast 5.26:1
Card sample
#0285cf text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0285cf;
Background color
Panel with #0285cf background
background-color: #0285cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0285cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 133, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 133, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0285cf; background: linear-gradient(135deg, #0285cf, #0802CF);