#6284fd
a light, electric blue · warm · closest name: royalblue
RGB
98, 132, 253
HSL
227°, 98%, 69%
CMYK
61, 48, 0, 1
Luminance
0.2619
Every format
| HEX | #6284fd |
| RGB | rgb(98, 132, 253) |
| HSL | hsl(227, 98%, 69%) |
| CMYK | cmyk(61%, 48%, 0%, 1%) |
| LAB | lab(58.2 24.3 -64.0) |
| LCH | lch(58.2 68.5 290.8) |
| OKLCH | oklch(0.649 0.183 269.0) |
Copy-ready code
/* CSS */
color: #6284fd;
background-color: #6284fd;
/* Tailwind (arbitrary) */
class="text-[#6284fd] bg-[#6284fd]"
/* SCSS */
$brand: #6284fd;
/* SwiftUI */
Color(red: 0.384, green: 0.518, blue: 0.992)
/* Android */
Color.parseColor("#6284fd")Accessibility — WCAG contrast
Aa
#6284fd on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6284fd on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green51.8%
Blue99.2%
CMYK percentages
Cyan61.3%
Magenta47.8%
Yellow0.0%
Key (black)0.8%
Color previews
#6284fd text on a black background
contrast 6.24:1
Card sample
#6284fd text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6284fd;
Background color
Panel with #6284fd background
background-color: #6284fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6284fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 132, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 132, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6284fd; background: linear-gradient(135deg, #6284fd, #A762FD);