#6293ff
a light, electric blue · cool · closest name: dodgerblue
RGB
98, 147, 255
HSL
221°, 100%, 69%
CMYK
62, 42, 0, 0
Luminance
0.3068
Every format
| HEX | #6293ff |
| RGB | rgb(98, 147, 255) |
| HSL | hsl(221, 100%, 69%) |
| CMYK | cmyk(62%, 42%, 0%, 0%) |
| LAB | lab(62.2 16.0 -58.7) |
| LCH | lch(62.2 60.8 285.3) |
| OKLCH | oklch(0.680 0.168 264.1) |
Copy-ready code
/* CSS */
color: #6293ff;
background-color: #6293ff;
/* Tailwind (arbitrary) */
class="text-[#6293ff] bg-[#6293ff]"
/* SCSS */
$brand: #6293ff;
/* SwiftUI */
Color(red: 0.384, green: 0.576, blue: 1.000)
/* Android */
Color.parseColor("#6293ff")Accessibility — WCAG contrast
Aa
#6293ff on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6293ff on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green57.6%
Blue100.0%
CMYK percentages
Cyan61.6%
Magenta42.4%
Yellow0.0%
Key (black)0.0%
Color previews
#6293ff text on a black background
contrast 7.14:1
Card sample
#6293ff text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6293ff;
Background color
Panel with #6293ff background
background-color: #6293ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6293ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 147, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 147, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6293ff; background: linear-gradient(135deg, #6293ff, #9A62FF);