#2002cc
a dark, electric blue · warm · closest name: blue
RGB
32, 2, 204
HSL
249°, 98%, 40%
CMYK
84, 99, 0, 20
Luminance
0.0471
Every format
| HEX | #2002cc |
| RGB | rgb(32, 2, 204) |
| HSL | hsl(249, 98%, 40%) |
| CMYK | cmyk(84%, 99%, 0%, 20%) |
| LAB | lab(25.9 66.8 -89.4) |
| LCH | lch(25.9 111.6 306.8) |
| OKLCH | oklch(0.392 0.258 268.9) |
Copy-ready code
/* CSS */
color: #2002cc;
background-color: #2002cc;
/* Tailwind (arbitrary) */
class="text-[#2002cc] bg-[#2002cc]"
/* SCSS */
$brand: #2002cc;
/* SwiftUI */
Color(red: 0.125, green: 0.008, blue: 0.800)
/* Android */
Color.parseColor("#2002cc")Accessibility — WCAG contrast
Aa
#2002cc on white: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2002cc on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.8%
Blue80.0%
CMYK percentages
Cyan84.3%
Magenta99.0%
Yellow0.0%
Key (black)20.0%
Color previews
#2002cc text on a black background
contrast 1.94:1
Card sample
#2002cc text on a white background
contrast 10.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2002cc;
Background color
Panel with #2002cc background
background-color: #2002cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2002cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 2, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 2, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2002cc; background: linear-gradient(135deg, #2002cc, #A702CC);