#6044ff
a balanced, electric blue · warm · closest name: blue
RGB
96, 68, 255
HSL
249°, 100%, 63%
CMYK
62, 73, 0, 0
Luminance
0.1384
Every format
| HEX | #6044ff |
| RGB | rgb(96, 68, 255) |
| HSL | hsl(249, 100%, 63%) |
| CMYK | cmyk(62%, 73%, 0%, 0%) |
| LAB | lab(44.0 61.5 -88.3) |
| LCH | lch(44.0 107.6 304.8) |
| OKLCH | oklch(0.544 0.259 280.2) |
Copy-ready code
/* CSS */
color: #6044ff;
background-color: #6044ff;
/* Tailwind (arbitrary) */
class="text-[#6044ff] bg-[#6044ff]"
/* SCSS */
$brand: #6044ff;
/* SwiftUI */
Color(red: 0.376, green: 0.267, blue: 1.000)
/* Android */
Color.parseColor("#6044ff")Accessibility — WCAG contrast
Aa
#6044ff on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6044ff on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green26.7%
Blue100.0%
CMYK percentages
Cyan62.4%
Magenta73.3%
Yellow0.0%
Key (black)0.0%
Color previews
#6044ff text on a black background
contrast 3.77:1
Card sample
#6044ff text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6044ff;
Background color
Panel with #6044ff background
background-color: #6044ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6044ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 68, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 68, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6044ff; background: linear-gradient(135deg, #6044ff, #DD44FF);