#2200aa
a dark, electric blue · warm · closest name: navy
RGB
34, 0, 170
HSL
252°, 100%, 33%
CMYK
80, 100, 0, 33
Luminance
0.0324
Every format
| HEX | #2200aa |
| RGB | rgb(34, 0, 170) |
| HSL | hsl(252, 100%, 33%) |
| CMYK | cmyk(80%, 100%, 0%, 33%) |
| LAB | lab(21.0 58.9 -77.3) |
| LCH | lch(21.0 97.2 307.3) |
| OKLCH | oklch(0.346 0.223 271.9) |
Copy-ready code
/* CSS */
color: #2200aa;
background-color: #2200aa;
/* Tailwind (arbitrary) */
class="text-[#2200aa] bg-[#2200aa]"
/* SCSS */
$brand: #2200aa;
/* SwiftUI */
Color(red: 0.133, green: 0.000, blue: 0.667)
/* Android */
Color.parseColor("#2200aa")Accessibility — WCAG contrast
Aa
#2200aa on white: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2200aa on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green0.0%
Blue66.7%
CMYK percentages
Cyan80.0%
Magenta100.0%
Yellow0.0%
Key (black)33.3%
Color previews
#2200aa text on a black background
contrast 1.65:1
Card sample
#2200aa text on a white background
contrast 12.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2200aa;
Background color
Panel with #2200aa background
background-color: #2200aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2200aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 0, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 0, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2200aa; background: linear-gradient(135deg, #2200aa, #9300AA);