#3633ff
a balanced, electric blue · warm · closest name: blue
RGB
54, 51, 255
HSL
241°, 100%, 60%
CMYK
79, 80, 0, 0
Luminance
0.1037
Every format
| HEX | #3633ff |
| RGB | rgb(54, 51, 255) |
| HSL | hsl(241, 100%, 60%) |
| CMYK | cmyk(79%, 80%, 0%, 0%) |
| LAB | lab(38.5 66.2 -97.5) |
| LCH | lch(38.5 117.8 304.2) |
| OKLCH | oklch(0.499 0.282 270.5) |
Copy-ready code
/* CSS */
color: #3633ff;
background-color: #3633ff;
/* Tailwind (arbitrary) */
class="text-[#3633ff] bg-[#3633ff]"
/* SCSS */
$brand: #3633ff;
/* SwiftUI */
Color(red: 0.212, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#3633ff")Accessibility — WCAG contrast
Aa
#3633ff on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3633ff on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green20.0%
Blue100.0%
CMYK percentages
Cyan78.8%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#3633ff text on a black background
contrast 3.07:1
Card sample
#3633ff text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3633ff;
Background color
Panel with #3633ff background
background-color: #3633ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3633ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3633ff; background: linear-gradient(135deg, #3633ff, #BE33FF);