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