#0200cf
a dark, electric blue · warm · closest name: blue
RGB
2, 0, 207
HSL
241°, 100%, 41%
CMYK
99, 100, 0, 19
Luminance
0.0452
Every format
| HEX | #0200cf |
| RGB | rgb(2, 0, 207) |
| HSL | hsl(241, 100%, 41%) |
| CMYK | cmyk(99%, 100%, 0%, 19%) |
| LAB | lab(25.3 67.7 -92.1) |
| LCH | lch(25.3 114.3 306.3) |
| OKLCH | oklch(0.387 0.267 264.3) |
Copy-ready code
/* CSS */
color: #0200cf;
background-color: #0200cf;
/* Tailwind (arbitrary) */
class="text-[#0200cf] bg-[#0200cf]"
/* SCSS */
$brand: #0200cf;
/* SwiftUI */
Color(red: 0.008, green: 0.000, blue: 0.812)
/* Android */
Color.parseColor("#0200cf")Accessibility — WCAG contrast
Aa
#0200cf on white: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0200cf on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green0.0%
Blue81.2%
CMYK percentages
Cyan99.0%
Magenta100.0%
Yellow0.0%
Key (black)18.8%
Color previews
#0200cf text on a black background
contrast 1.90:1
Card sample
#0200cf text on a white background
contrast 11.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0200cf;
Background color
Panel with #0200cf background
background-color: #0200cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0200cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 0, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 0, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0200cf; background: linear-gradient(135deg, #0200cf, #8C00CF);