#4433ff
a balanced, electric blue · warm · closest name: blue
RGB
68, 51, 255
HSL
245°, 100%, 60%
CMYK
73, 80, 0, 0
Luminance
0.1082
Every format
| HEX | #4433ff |
| RGB | rgb(68, 51, 255) |
| HSL | hsl(245, 100%, 60%) |
| CMYK | cmyk(73%, 80%, 0%, 0%) |
| LAB | lab(39.3 67.0 -96.2) |
| LCH | lch(39.3 117.2 304.8) |
| OKLCH | oklch(0.506 0.279 273.7) |
Copy-ready code
/* CSS */
color: #4433ff;
background-color: #4433ff;
/* Tailwind (arbitrary) */
class="text-[#4433ff] bg-[#4433ff]"
/* SCSS */
$brand: #4433ff;
/* SwiftUI */
Color(red: 0.267, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#4433ff")Accessibility — WCAG contrast
Aa
#4433ff on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4433ff on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green20.0%
Blue100.0%
CMYK percentages
Cyan73.3%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#4433ff text on a black background
contrast 3.16:1
Card sample
#4433ff text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4433ff;
Background color
Panel with #4433ff background
background-color: #4433ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4433ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4433ff; background: linear-gradient(135deg, #4433ff, #CC33FF);