#3d3eee
a balanced, electric blue · warm · closest name: blue
RGB
61, 62, 238
HSL
240°, 84%, 59%
CMYK
74, 74, 0, 7
Luminance
0.1061
Every format
| HEX | #3d3eee |
| RGB | rgb(61, 62, 238) |
| HSL | hsl(240, 84%, 59%) |
| CMYK | cmyk(74%, 74%, 0%, 7%) |
| LAB | lab(38.9 56.0 -87.2) |
| LCH | lch(38.9 103.7 302.7) |
| OKLCH | oklch(0.497 0.253 272.2) |
Copy-ready code
/* CSS */
color: #3d3eee;
background-color: #3d3eee;
/* Tailwind (arbitrary) */
class="text-[#3d3eee] bg-[#3d3eee]"
/* SCSS */
$brand: #3d3eee;
/* SwiftUI */
Color(red: 0.239, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#3d3eee")Accessibility — WCAG contrast
Aa
#3d3eee on white: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3d3eee on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green24.3%
Blue93.3%
CMYK percentages
Cyan74.4%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#3d3eee text on a black background
contrast 3.12:1
Card sample
#3d3eee text on a white background
contrast 6.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d3eee;
Background color
Panel with #3d3eee background
background-color: #3d3eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d3eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d3eee; background: linear-gradient(135deg, #3d3eee, #B23DEE);