#0200fd
a balanced, electric blue · warm · “blue”
RGB
2, 0, 253
HSL
241°, 100%, 50%
CMYK
99, 100, 0, 1
Luminance
0.0710
Every format
| HEX | #0200fd |
| RGB | rgb(2, 0, 253) |
| HSL | hsl(241, 100%, 50%) |
| CMYK | cmyk(99%, 100%, 0%, 1%) |
| LAB | lab(32.0 78.7 -107.2) |
| LCH | lch(32.0 133.0 306.3) |
| OKLCH | oklch(0.450 0.311 264.2) |
Copy-ready code
/* CSS */
color: #0200fd;
background-color: #0200fd;
/* Tailwind (arbitrary) */
class="text-[#0200fd] bg-[#0200fd]"
/* SCSS */
$brand: #0200fd;
/* SwiftUI */
Color(red: 0.008, green: 0.000, blue: 0.992)
/* Android */
Color.parseColor("#0200fd")Accessibility — WCAG contrast
Aa
#0200fd on white: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0200fd on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green0.0%
Blue99.2%
CMYK percentages
Cyan99.2%
Magenta100.0%
Yellow0.0%
Key (black)0.8%
Color previews
#0200fd text on a black background
contrast 2.42:1
Card sample
#0200fd text on a white background
contrast 8.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0200fd;
Background color
Panel with #0200fd background
background-color: #0200fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0200fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 0, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 0, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0200fd; background: linear-gradient(135deg, #0200fd, #AB00FD);