#0200df
a dark, electric blue · warm · closest name: blue
RGB
2, 0, 223
HSL
241°, 100%, 44%
CMYK
99, 100, 0, 13
Luminance
0.0534
Every format
| HEX | #0200df |
| RGB | rgb(2, 0, 223) |
| HSL | hsl(241, 100%, 44%) |
| CMYK | cmyk(99%, 100%, 0%, 13%) |
| LAB | lab(27.7 71.6 -97.4) |
| LCH | lch(27.7 120.9 306.3) |
| OKLCH | oklch(0.409 0.283 264.2) |
Copy-ready code
/* CSS */
color: #0200df;
background-color: #0200df;
/* Tailwind (arbitrary) */
class="text-[#0200df] bg-[#0200df]"
/* SCSS */
$brand: #0200df;
/* SwiftUI */
Color(red: 0.008, green: 0.000, blue: 0.875)
/* Android */
Color.parseColor("#0200df")Accessibility — WCAG contrast
Aa
#0200df on white: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0200df on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green0.0%
Blue87.5%
CMYK percentages
Cyan99.1%
Magenta100.0%
Yellow0.0%
Key (black)12.5%
Color previews
#0200df text on a black background
contrast 2.07:1
Card sample
#0200df text on a white background
contrast 10.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0200df;
Background color
Panel with #0200df background
background-color: #0200df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0200df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 0, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 0, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0200df; background: linear-gradient(135deg, #0200df, #9600DF);