#6891ff
a light, electric blue · cool · closest name: dodgerblue
RGB
104, 145, 255
HSL
224°, 100%, 70%
CMYK
59, 43, 0, 0
Luminance
0.3041
Every format
| HEX | #6891ff |
| RGB | rgb(104, 145, 255) |
| HSL | hsl(224, 100%, 70%) |
| CMYK | cmyk(59%, 43%, 0%, 0%) |
| LAB | lab(62.0 18.3 -59.0) |
| LCH | lch(62.0 61.8 287.2) |
| OKLCH | oklch(0.679 0.169 266.6) |
Copy-ready code
/* CSS */
color: #6891ff;
background-color: #6891ff;
/* Tailwind (arbitrary) */
class="text-[#6891ff] bg-[#6891ff]"
/* SCSS */
$brand: #6891ff;
/* SwiftUI */
Color(red: 0.408, green: 0.569, blue: 1.000)
/* Android */
Color.parseColor("#6891ff")Accessibility — WCAG contrast
Aa
#6891ff on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6891ff on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green56.9%
Blue100.0%
CMYK percentages
Cyan59.2%
Magenta43.1%
Yellow0.0%
Key (black)0.0%
Color previews
#6891ff text on a black background
contrast 7.08:1
Card sample
#6891ff text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6891ff;
Background color
Panel with #6891ff background
background-color: #6891ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6891ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 145, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 145, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6891ff; background: linear-gradient(135deg, #6891ff, #A468FF);