#2202ac
a dark, electric blue · warm · closest name: navy
RGB
34, 2, 172
HSL
251°, 98%, 34%
CMYK
80, 99, 0, 33
Luminance
0.0336
Every format
| HEX | #2202ac |
| RGB | rgb(34, 2, 172) |
| HSL | hsl(251, 98%, 34%) |
| CMYK | cmyk(80%, 99%, 0%, 33%) |
| LAB | lab(21.4 58.9 -77.8) |
| LCH | lch(21.4 97.6 307.1) |
| OKLCH | oklch(0.350 0.225 271.7) |
Copy-ready code
/* CSS */
color: #2202ac;
background-color: #2202ac;
/* Tailwind (arbitrary) */
class="text-[#2202ac] bg-[#2202ac]"
/* SCSS */
$brand: #2202ac;
/* SwiftUI */
Color(red: 0.133, green: 0.008, blue: 0.675)
/* Android */
Color.parseColor("#2202ac")Accessibility — WCAG contrast
Aa
#2202ac on white: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2202ac on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green0.8%
Blue67.5%
CMYK percentages
Cyan80.2%
Magenta98.8%
Yellow0.0%
Key (black)32.5%
Color previews
#2202ac text on a black background
contrast 1.67:1
Card sample
#2202ac text on a white background
contrast 12.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2202ac;
Background color
Panel with #2202ac background
background-color: #2202ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2202ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 2, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 2, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2202ac; background: linear-gradient(135deg, #2202ac, #9302AC);