#613ffc
a balanced, electric blue · warm · closest name: blue
RGB
97, 63, 252
HSL
251°, 97%, 62%
CMYK
62, 75, 0, 1
Luminance
0.1312
Every format
| HEX | #613ffc |
| RGB | rgb(97, 63, 252) |
| HSL | hsl(251, 97%, 62%) |
| CMYK | cmyk(62%, 75%, 0%, 1%) |
| LAB | lab(43.0 63.1 -88.3) |
| LCH | lch(43.0 108.6 305.6) |
| OKLCH | oklch(0.536 0.260 281.3) |
Copy-ready code
/* CSS */
color: #613ffc;
background-color: #613ffc;
/* Tailwind (arbitrary) */
class="text-[#613ffc] bg-[#613ffc]"
/* SCSS */
$brand: #613ffc;
/* SwiftUI */
Color(red: 0.380, green: 0.247, blue: 0.988)
/* Android */
Color.parseColor("#613ffc")Accessibility — WCAG contrast
Aa
#613ffc on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#613ffc on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green24.7%
Blue98.8%
CMYK percentages
Cyan61.5%
Magenta75.0%
Yellow0.0%
Key (black)1.2%
Color previews
#613ffc text on a black background
contrast 3.62:1
Card sample
#613ffc text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613ffc;
Background color
Panel with #613ffc background
background-color: #613ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 63, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 63, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613ffc; background: linear-gradient(135deg, #613ffc, #DF3FFC);