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