#3625ee
a balanced, electric blue · warm · closest name: blue
RGB
54, 37, 238
HSL
245°, 86%, 54%
CMYK
77, 85, 0, 7
Luminance
0.0828
Every format
| HEX | #3625ee |
| RGB | rgb(54, 37, 238) |
| HSL | hsl(245, 86%, 54%) |
| CMYK | cmyk(77%, 85%, 0%, 7%) |
| LAB | lab(34.6 67.1 -94.5) |
| LCH | lch(34.6 115.9 305.4) |
| OKLCH | oklch(0.466 0.273 271.8) |
Copy-ready code
/* CSS */
color: #3625ee;
background-color: #3625ee;
/* Tailwind (arbitrary) */
class="text-[#3625ee] bg-[#3625ee]"
/* SCSS */
$brand: #3625ee;
/* SwiftUI */
Color(red: 0.212, green: 0.145, blue: 0.933)
/* Android */
Color.parseColor("#3625ee")Accessibility — WCAG contrast
Aa
#3625ee on white: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3625ee on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green14.5%
Blue93.3%
CMYK percentages
Cyan77.3%
Magenta84.5%
Yellow0.0%
Key (black)6.7%
Color previews
#3625ee text on a black background
contrast 2.66:1
Card sample
#3625ee text on a white background
contrast 7.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3625ee;
Background color
Panel with #3625ee background
background-color: #3625ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3625ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 37, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 37, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3625ee; background: linear-gradient(135deg, #3625ee, #BC25EE);