#2211aa
a dark, electric blue · warm · closest name: navy
RGB
34, 17, 170
HSL
247°, 82%, 37%
CMYK
80, 90, 0, 33
Luminance
0.0364
Every format
| HEX | #2211aa |
| RGB | rgb(34, 17, 170) |
| HSL | hsl(247, 82%, 37%) |
| CMYK | cmyk(80%, 90%, 0%, 33%) |
| LAB | lab(22.4 54.4 -74.9) |
| LCH | lch(22.4 92.6 306.0) |
| OKLCH | oklch(0.356 0.216 271.5) |
Copy-ready code
/* CSS */
color: #2211aa;
background-color: #2211aa;
/* Tailwind (arbitrary) */
class="text-[#2211aa] bg-[#2211aa]"
/* SCSS */
$brand: #2211aa;
/* SwiftUI */
Color(red: 0.133, green: 0.067, blue: 0.667)
/* Android */
Color.parseColor("#2211aa")Accessibility — WCAG contrast
Aa
#2211aa on white: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2211aa on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green6.7%
Blue66.7%
CMYK percentages
Cyan80.0%
Magenta90.0%
Yellow0.0%
Key (black)33.3%
Color previews
#2211aa text on a black background
contrast 1.73:1
Card sample
#2211aa text on a white background
contrast 12.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2211aa;
Background color
Panel with #2211aa background
background-color: #2211aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2211aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 17, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 17, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2211aa; background: linear-gradient(135deg, #2211aa, #8811AA);