#6983eb
a light, electric blue · warm · closest name: dodgerblue
RGB
105, 131, 235
HSL
228°, 77%, 67%
CMYK
55, 44, 0, 8
Luminance
0.2523
Every format
| HEX | #6983eb |
| RGB | rgb(105, 131, 235) |
| HSL | hsl(228, 77%, 67%) |
| CMYK | cmyk(55%, 44%, 0%, 8%) |
| LAB | lab(57.3 20.4 -55.5) |
| LCH | lch(57.3 59.2 290.2) |
| OKLCH | oklch(0.639 0.158 270.8) |
Copy-ready code
/* CSS */
color: #6983eb;
background-color: #6983eb;
/* Tailwind (arbitrary) */
class="text-[#6983eb] bg-[#6983eb]"
/* SCSS */
$brand: #6983eb;
/* SwiftUI */
Color(red: 0.412, green: 0.514, blue: 0.922)
/* Android */
Color.parseColor("#6983eb")Accessibility — WCAG contrast
Aa
#6983eb on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6983eb on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green51.4%
Blue92.2%
CMYK percentages
Cyan55.3%
Magenta44.3%
Yellow0.0%
Key (black)7.8%
Color previews
#6983eb text on a black background
contrast 6.05:1
Card sample
#6983eb text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6983eb;
Background color
Panel with #6983eb background
background-color: #6983eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6983eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 131, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 131, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6983eb; background: linear-gradient(135deg, #6983eb, #A669EB);