#2200cc
a dark, electric blue · warm · closest name: blue
RGB
34, 0, 204
HSL
250°, 100%, 40%
CMYK
83, 100, 0, 20
Luminance
0.0470
Every format
| HEX | #2200cc |
| RGB | rgb(34, 0, 204) |
| HSL | hsl(250, 100%, 40%) |
| CMYK | cmyk(83%, 100%, 0%, 20%) |
| LAB | lab(25.9 67.3 -89.4) |
| LCH | lch(25.9 111.9 307.0) |
| OKLCH | oklch(0.392 0.258 269.4) |
Copy-ready code
/* CSS */
color: #2200cc;
background-color: #2200cc;
/* Tailwind (arbitrary) */
class="text-[#2200cc] bg-[#2200cc]"
/* SCSS */
$brand: #2200cc;
/* SwiftUI */
Color(red: 0.133, green: 0.000, blue: 0.800)
/* Android */
Color.parseColor("#2200cc")Accessibility — WCAG contrast
Aa
#2200cc on white: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2200cc on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green0.0%
Blue80.0%
CMYK percentages
Cyan83.3%
Magenta100.0%
Yellow0.0%
Key (black)20.0%
Color previews
#2200cc text on a black background
contrast 1.94:1
Card sample
#2200cc text on a white background
contrast 10.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2200cc;
Background color
Panel with #2200cc background
background-color: #2200cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2200cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 0, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 0, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2200cc; background: linear-gradient(135deg, #2200cc, #AA00CC);