#3d2cef
a balanced, electric blue · warm · closest name: blue
RGB
61, 44, 239
HSL
245°, 86%, 56%
CMYK
75, 82, 0, 6
Luminance
0.0903
Every format
| HEX | #3d2cef |
| RGB | rgb(61, 44, 239) |
| HSL | hsl(245, 86%, 56%) |
| CMYK | cmyk(75%, 82%, 0%, 6%) |
| LAB | lab(36.0 65.0 -92.6) |
| LCH | lch(36.0 113.1 305.1) |
| OKLCH | oklch(0.477 0.268 273.3) |
Copy-ready code
/* CSS */
color: #3d2cef;
background-color: #3d2cef;
/* Tailwind (arbitrary) */
class="text-[#3d2cef] bg-[#3d2cef]"
/* SCSS */
$brand: #3d2cef;
/* SwiftUI */
Color(red: 0.239, green: 0.173, blue: 0.937)
/* Android */
Color.parseColor("#3d2cef")Accessibility — WCAG contrast
Aa
#3d2cef on white: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d2cef on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green17.3%
Blue93.7%
CMYK percentages
Cyan74.5%
Magenta81.6%
Yellow0.0%
Key (black)6.3%
Color previews
#3d2cef text on a black background
contrast 2.81:1
Card sample
#3d2cef text on a white background
contrast 7.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d2cef;
Background color
Panel with #3d2cef background
background-color: #3d2cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d2cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 44, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 44, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d2cef; background: linear-gradient(135deg, #3d2cef, #BF2CEF);