#3935af
a dark, vivid blue · warm · closest name: slateblue
RGB
57, 53, 175
HSL
242°, 54%, 45%
CMYK
67, 70, 0, 31
Luminance
0.0651
Every format
| HEX | #3935af |
| RGB | rgb(57, 53, 175) |
| HSL | hsl(242, 54%, 45%) |
| CMYK | cmyk(67%, 70%, 0%, 31%) |
| LAB | lab(30.7 40.3 -64.3) |
| LCH | lch(30.7 75.8 302.1) |
| OKLCH | oklch(0.419 0.187 276.1) |
Copy-ready code
/* CSS */
color: #3935af;
background-color: #3935af;
/* Tailwind (arbitrary) */
class="text-[#3935af] bg-[#3935af]"
/* SCSS */
$brand: #3935af;
/* SwiftUI */
Color(red: 0.224, green: 0.208, blue: 0.686)
/* Android */
Color.parseColor("#3935af")Accessibility — WCAG contrast
Aa
#3935af on white: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3935af on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green20.8%
Blue68.6%
CMYK percentages
Cyan67.4%
Magenta69.7%
Yellow0.0%
Key (black)31.4%
Color previews
#3935af text on a black background
contrast 2.30:1
Card sample
#3935af text on a white background
contrast 9.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3935af;
Background color
Panel with #3935af background
background-color: #3935af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3935af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 53, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 53, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3935af; background: linear-gradient(135deg, #3935af, #8A35AF);