#6e80df
a light, vivid blue · warm · closest name: dodgerblue
RGB
110, 128, 223
HSL
230°, 64%, 65%
CMYK
51, 43, 0, 13
Luminance
0.2408
Every format
| HEX | #6e80df |
| RGB | rgb(110, 128, 223) |
| HSL | hsl(230, 64%, 65%) |
| CMYK | cmyk(51%, 43%, 0%, 13%) |
| LAB | lab(56.2 19.5 -50.6) |
| LCH | lch(56.2 54.2 291.1) |
| OKLCH | oklch(0.629 0.144 273.5) |
Copy-ready code
/* CSS */
color: #6e80df;
background-color: #6e80df;
/* Tailwind (arbitrary) */
class="text-[#6e80df] bg-[#6e80df]"
/* SCSS */
$brand: #6e80df;
/* SwiftUI */
Color(red: 0.431, green: 0.502, blue: 0.875)
/* Android */
Color.parseColor("#6e80df")Accessibility — WCAG contrast
Aa
#6e80df on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6e80df on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green50.2%
Blue87.5%
CMYK percentages
Cyan50.7%
Magenta42.6%
Yellow0.0%
Key (black)12.5%
Color previews
#6e80df text on a black background
contrast 5.82:1
Card sample
#6e80df text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6e80df;
Background color
Panel with #6e80df background
background-color: #6e80df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6e80df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 128, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 128, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6e80df; background: linear-gradient(135deg, #6e80df, #A76EDF);