#2003ce
a dark, electric blue · warm · closest name: blue
RGB
32, 3, 206
HSL
249°, 97%, 41%
CMYK
85, 99, 0, 19
Luminance
0.0483
Every format
| HEX | #2003ce |
| RGB | rgb(32, 3, 206) |
| HSL | hsl(249, 97%, 41%) |
| CMYK | cmyk(85%, 99%, 0%, 19%) |
| LAB | lab(26.2 67.1 -90.0) |
| LCH | lch(26.2 112.2 306.7) |
| OKLCH | oklch(0.395 0.260 268.8) |
Copy-ready code
/* CSS */
color: #2003ce;
background-color: #2003ce;
/* Tailwind (arbitrary) */
class="text-[#2003ce] bg-[#2003ce]"
/* SCSS */
$brand: #2003ce;
/* SwiftUI */
Color(red: 0.125, green: 0.012, blue: 0.808)
/* Android */
Color.parseColor("#2003ce")Accessibility — WCAG contrast
Aa
#2003ce on white: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2003ce on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green1.2%
Blue80.8%
CMYK percentages
Cyan84.5%
Magenta98.5%
Yellow0.0%
Key (black)19.2%
Color previews
#2003ce text on a black background
contrast 1.97:1
Card sample
#2003ce text on a white background
contrast 10.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2003ce;
Background color
Panel with #2003ce background
background-color: #2003ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2003ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 3, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 3, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2003ce; background: linear-gradient(135deg, #2003ce, #A703CE);