#613cfd
a balanced, electric blue · warm · closest name: blue
RGB
97, 60, 253
HSL
252°, 98%, 61%
CMYK
62, 76, 0, 1
Luminance
0.1286
Every format
| HEX | #613cfd |
| RGB | rgb(97, 60, 253) |
| HSL | hsl(252, 98%, 61%) |
| CMYK | cmyk(62%, 76%, 0%, 1%) |
| LAB | lab(42.6 64.8 -89.5) |
| LCH | lch(42.6 110.5 305.9) |
| OKLCH | oklch(0.534 0.264 281.5) |
Copy-ready code
/* CSS */
color: #613cfd;
background-color: #613cfd;
/* Tailwind (arbitrary) */
class="text-[#613cfd] bg-[#613cfd]"
/* SCSS */
$brand: #613cfd;
/* SwiftUI */
Color(red: 0.380, green: 0.235, blue: 0.992)
/* Android */
Color.parseColor("#613cfd")Accessibility — WCAG contrast
Aa
#613cfd on white: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#613cfd on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green23.5%
Blue99.2%
CMYK percentages
Cyan61.7%
Magenta76.3%
Yellow0.0%
Key (black)0.8%
Color previews
#613cfd text on a black background
contrast 3.57:1
Card sample
#613cfd text on a white background
contrast 5.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613cfd;
Background color
Panel with #613cfd background
background-color: #613cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 60, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 60, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613cfd; background: linear-gradient(135deg, #613cfd, #E23CFD);