#3d22eb
a balanced, electric blue · warm · closest name: blue
RGB
61, 34, 235
HSL
248°, 83%, 53%
CMYK
74, 86, 0, 8
Luminance
0.0813
Every format
| HEX | #3d22eb |
| RGB | rgb(61, 34, 235) |
| HSL | hsl(248, 83%, 53%) |
| CMYK | cmyk(74%, 86%, 0%, 8%) |
| LAB | lab(34.3 67.8 -93.2) |
| LCH | lch(34.3 115.3 306.0) |
| OKLCH | oklch(0.464 0.270 274.0) |
Copy-ready code
/* CSS */
color: #3d22eb;
background-color: #3d22eb;
/* Tailwind (arbitrary) */
class="text-[#3d22eb] bg-[#3d22eb]"
/* SCSS */
$brand: #3d22eb;
/* SwiftUI */
Color(red: 0.239, green: 0.133, blue: 0.922)
/* Android */
Color.parseColor("#3d22eb")Accessibility — WCAG contrast
Aa
#3d22eb on white: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d22eb on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green13.3%
Blue92.2%
CMYK percentages
Cyan74.0%
Magenta85.5%
Yellow0.0%
Key (black)7.8%
Color previews
#3d22eb text on a black background
contrast 2.63:1
Card sample
#3d22eb text on a white background
contrast 7.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d22eb;
Background color
Panel with #3d22eb background
background-color: #3d22eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d22eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 34, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 34, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d22eb; background: linear-gradient(135deg, #3d22eb, #C322EB);