#211093
a dark, electric blue · warm · closest name: navy
RGB
33, 16, 147
HSL
248°, 80%, 32%
CMYK
78, 89, 0, 42
Luminance
0.0280
Every format
| HEX | #211093 |
| RGB | rgb(33, 16, 147) |
| HSL | hsl(248, 80%, 32%) |
| CMYK | cmyk(78%, 89%, 0%, 42%) |
| LAB | lab(19.2 48.1 -66.2) |
| LCH | lch(19.2 81.8 306.0) |
| OKLCH | oklch(0.325 0.192 273.4) |
Copy-ready code
/* CSS */
color: #211093;
background-color: #211093;
/* Tailwind (arbitrary) */
class="text-[#211093] bg-[#211093]"
/* SCSS */
$brand: #211093;
/* SwiftUI */
Color(red: 0.129, green: 0.063, blue: 0.576)
/* Android */
Color.parseColor("#211093")Accessibility — WCAG contrast
Aa
#211093 on white: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#211093 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green6.3%
Blue57.6%
CMYK percentages
Cyan77.6%
Magenta89.1%
Yellow0.0%
Key (black)42.4%
Color previews
#211093 text on a black background
contrast 1.56:1
Card sample
#211093 text on a white background
contrast 13.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #211093;
Background color
Panel with #211093 background
background-color: #211093;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #211093;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 16, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 16, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #211093; background: linear-gradient(135deg, #211093, #791093);