#2222df
a balanced, vivid blue · warm · closest name: blue
RGB
34, 34, 223
HSL
240°, 75%, 50%
CMYK
85, 85, 0, 13
Luminance
0.0681
Every format
| HEX | #2222df |
| RGB | rgb(34, 34, 223) |
| HSL | hsl(240, 75%, 50%) |
| CMYK | cmyk(85%, 85%, 0%, 13%) |
| LAB | lab(31.4 63.3 -91.2) |
| LCH | lch(31.4 111.0 304.7) |
| OKLCH | oklch(0.436 0.264 268.2) |
Copy-ready code
/* CSS */
color: #2222df;
background-color: #2222df;
/* Tailwind (arbitrary) */
class="text-[#2222df] bg-[#2222df]"
/* SCSS */
$brand: #2222df;
/* SwiftUI */
Color(red: 0.133, green: 0.133, blue: 0.875)
/* Android */
Color.parseColor("#2222df")Accessibility — WCAG contrast
Aa
#2222df on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2222df on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green13.3%
Blue87.5%
CMYK percentages
Cyan84.8%
Magenta84.8%
Yellow0.0%
Key (black)12.5%
Color previews
#2222df text on a black background
contrast 2.36:1
Card sample
#2222df text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2222df;
Background color
Panel with #2222df background
background-color: #2222df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2222df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 34, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 34, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2222df; background: linear-gradient(135deg, #2222df, #A022DF);