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