#6989eb
a light, electric blue · warm · closest name: dodgerblue
RGB
105, 137, 235
HSL
225°, 77%, 67%
CMYK
55, 42, 0, 8
Luminance
0.2689
Every format
| HEX | #6989eb |
| RGB | rgb(105, 137, 235) |
| HSL | hsl(225, 77%, 67%) |
| CMYK | cmyk(55%, 42%, 0%, 8%) |
| LAB | lab(58.9 16.8 -53.0) |
| LCH | lch(58.9 55.6 287.6) |
| OKLCH | oklch(0.651 0.151 268.4) |
Copy-ready code
/* CSS */
color: #6989eb;
background-color: #6989eb;
/* Tailwind (arbitrary) */
class="text-[#6989eb] bg-[#6989eb]"
/* SCSS */
$brand: #6989eb;
/* SwiftUI */
Color(red: 0.412, green: 0.537, blue: 0.922)
/* Android */
Color.parseColor("#6989eb")Accessibility — WCAG contrast
Aa
#6989eb on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6989eb on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green53.7%
Blue92.2%
CMYK percentages
Cyan55.3%
Magenta41.7%
Yellow0.0%
Key (black)7.8%
Color previews
#6989eb text on a black background
contrast 6.38:1
Card sample
#6989eb text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6989eb;
Background color
Panel with #6989eb background
background-color: #6989eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6989eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 137, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 137, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6989eb; background: linear-gradient(135deg, #6989eb, #A069EB);