#6038fd
a balanced, electric blue · warm · closest name: blue
RGB
96, 56, 253
HSL
252°, 98%, 61%
CMYK
62, 78, 0, 1
Luminance
0.1241
Every format
| HEX | #6038fd |
| RGB | rgb(96, 56, 253) |
| HSL | hsl(252, 98%, 61%) |
| CMYK | cmyk(62%, 78%, 0%, 1%) |
| LAB | lab(41.9 66.5 -90.7) |
| LCH | lch(41.9 112.5 306.2) |
| OKLCH | oklch(0.529 0.267 281.5) |
Copy-ready code
/* CSS */
color: #6038fd;
background-color: #6038fd;
/* Tailwind (arbitrary) */
class="text-[#6038fd] bg-[#6038fd]"
/* SCSS */
$brand: #6038fd;
/* SwiftUI */
Color(red: 0.376, green: 0.220, blue: 0.992)
/* Android */
Color.parseColor("#6038fd")Accessibility — WCAG contrast
Aa
#6038fd on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6038fd on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green22.0%
Blue99.2%
CMYK percentages
Cyan62.1%
Magenta77.9%
Yellow0.0%
Key (black)0.8%
Color previews
#6038fd text on a black background
contrast 3.48:1
Card sample
#6038fd text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6038fd;
Background color
Panel with #6038fd background
background-color: #6038fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6038fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 56, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 56, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6038fd; background: linear-gradient(135deg, #6038fd, #E338FD);