#4136af
a dark, vivid blue · warm · closest name: slateblue
RGB
65, 54, 175
HSL
246°, 53%, 45%
CMYK
63, 69, 0, 31
Luminance
0.0686
Every format
| HEX | #4136af |
| RGB | rgb(65, 54, 175) |
| HSL | hsl(246, 53%, 45%) |
| CMYK | cmyk(63%, 69%, 0%, 31%) |
| LAB | lab(31.5 40.7 -62.9) |
| LCH | lch(31.5 74.9 302.9) |
| OKLCH | oklch(0.427 0.184 279.3) |
Copy-ready code
/* CSS */
color: #4136af;
background-color: #4136af;
/* Tailwind (arbitrary) */
class="text-[#4136af] bg-[#4136af]"
/* SCSS */
$brand: #4136af;
/* SwiftUI */
Color(red: 0.255, green: 0.212, blue: 0.686)
/* Android */
Color.parseColor("#4136af")Accessibility — WCAG contrast
Aa
#4136af on white: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4136af on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green21.2%
Blue68.6%
CMYK percentages
Cyan62.9%
Magenta69.1%
Yellow0.0%
Key (black)31.4%
Color previews
#4136af text on a black background
contrast 2.37:1
Card sample
#4136af text on a white background
contrast 8.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4136af;
Background color
Panel with #4136af background
background-color: #4136af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4136af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 54, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 54, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4136af; background: linear-gradient(135deg, #4136af, #9236AF);