#6281fd
a light, electric blue · warm · closest name: royalblue
RGB
98, 129, 253
HSL
228°, 98%, 69%
CMYK
61, 49, 0, 1
Luminance
0.2539
Every format
| HEX | #6281fd |
| RGB | rgb(98, 129, 253) |
| HSL | hsl(228, 98%, 69%) |
| CMYK | cmyk(61%, 49%, 0%, 1%) |
| LAB | lab(57.5 26.1 -65.3) |
| LCH | lch(57.5 70.3 291.8) |
| OKLCH | oklch(0.643 0.187 269.9) |
Copy-ready code
/* CSS */
color: #6281fd;
background-color: #6281fd;
/* Tailwind (arbitrary) */
class="text-[#6281fd] bg-[#6281fd]"
/* SCSS */
$brand: #6281fd;
/* SwiftUI */
Color(red: 0.384, green: 0.506, blue: 0.992)
/* Android */
Color.parseColor("#6281fd")Accessibility — WCAG contrast
Aa
#6281fd on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6281fd on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green50.6%
Blue99.2%
CMYK percentages
Cyan61.3%
Magenta49.0%
Yellow0.0%
Key (black)0.8%
Color previews
#6281fd text on a black background
contrast 6.08:1
Card sample
#6281fd text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6281fd;
Background color
Panel with #6281fd background
background-color: #6281fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6281fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 129, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 129, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6281fd; background: linear-gradient(135deg, #6281fd, #AA62FD);