#6486fc
a light, electric blue · warm · closest name: royalblue
RGB
100, 134, 252
HSL
227°, 96%, 69%
CMYK
60, 47, 0, 1
Luminance
0.2679
Every format
| HEX | #6486fc |
| RGB | rgb(100, 134, 252) |
| HSL | hsl(227, 96%, 69%) |
| CMYK | cmyk(60%, 47%, 0%, 1%) |
| LAB | lab(58.8 23.1 -62.6) |
| LCH | lch(58.8 66.7 290.3) |
| OKLCH | oklch(0.653 0.179 268.9) |
Copy-ready code
/* CSS */
color: #6486fc;
background-color: #6486fc;
/* Tailwind (arbitrary) */
class="text-[#6486fc] bg-[#6486fc]"
/* SCSS */
$brand: #6486fc;
/* SwiftUI */
Color(red: 0.392, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#6486fc")Accessibility — WCAG contrast
Aa
#6486fc on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6486fc on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green52.5%
Blue98.8%
CMYK percentages
Cyan60.3%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#6486fc text on a black background
contrast 6.36:1
Card sample
#6486fc text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6486fc;
Background color
Panel with #6486fc background
background-color: #6486fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6486fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6486fc; background: linear-gradient(135deg, #6486fc, #A764FC);