#2200df
a dark, electric blue · warm · closest name: blue
RGB
34, 0, 223
HSL
249°, 100%, 44%
CMYK
85, 100, 0, 13
Luminance
0.0567
Every format
| HEX | #2200df |
| RGB | rgb(34, 0, 223) |
| HSL | hsl(249, 100%, 44%) |
| CMYK | cmyk(85%, 100%, 0%, 13%) |
| LAB | lab(28.6 71.9 -95.9) |
| LCH | lch(28.6 119.8 306.8) |
| OKLCH | oklch(0.417 0.277 268.5) |
Copy-ready code
/* CSS */
color: #2200df;
background-color: #2200df;
/* Tailwind (arbitrary) */
class="text-[#2200df] bg-[#2200df]"
/* SCSS */
$brand: #2200df;
/* SwiftUI */
Color(red: 0.133, green: 0.000, blue: 0.875)
/* Android */
Color.parseColor("#2200df")Accessibility — WCAG contrast
Aa
#2200df on white: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2200df on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green0.0%
Blue87.5%
CMYK percentages
Cyan84.8%
Magenta100.0%
Yellow0.0%
Key (black)12.5%
Color previews
#2200df text on a black background
contrast 2.13:1
Card sample
#2200df text on a white background
contrast 9.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2200df;
Background color
Panel with #2200df background
background-color: #2200df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2200df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 0, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 0, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2200df; background: linear-gradient(135deg, #2200df, #B600DF);