#3935df
a balanced, vivid blue · warm · closest name: navy
RGB
57, 53, 223
HSL
241°, 73%, 54%
CMYK
74, 76, 0, 13
Luminance
0.0874
Every format
| HEX | #3935df |
| RGB | rgb(57, 53, 223) |
| HSL | hsl(241, 73%, 54%) |
| CMYK | cmyk(74%, 76%, 0%, 13%) |
| LAB | lab(35.5 55.7 -84.4) |
| LCH | lch(35.5 101.1 303.5) |
| OKLCH | oklch(0.468 0.244 272.7) |
Copy-ready code
/* CSS */
color: #3935df;
background-color: #3935df;
/* Tailwind (arbitrary) */
class="text-[#3935df] bg-[#3935df]"
/* SCSS */
$brand: #3935df;
/* SwiftUI */
Color(red: 0.224, green: 0.208, blue: 0.875)
/* Android */
Color.parseColor("#3935df")Accessibility — WCAG contrast
Aa
#3935df on white: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3935df on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green20.8%
Blue87.5%
CMYK percentages
Cyan74.4%
Magenta76.2%
Yellow0.0%
Key (black)12.5%
Color previews
#3935df text on a black background
contrast 2.75:1
Card sample
#3935df text on a white background
contrast 7.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3935df;
Background color
Panel with #3935df background
background-color: #3935df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3935df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 53, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 53, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3935df; background: linear-gradient(135deg, #3935df, #AA35DF);