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