#6d8bff
a light, electric blue · warm · closest name: dodgerblue
RGB
109, 139, 255
HSL
228°, 100%, 71%
CMYK
57, 46, 0, 0
Luminance
0.2894
Every format
| HEX | #6d8bff |
| RGB | rgb(109, 139, 255) |
| HSL | hsl(228, 100%, 71%) |
| CMYK | cmyk(57%, 46%, 0%, 0%) |
| LAB | lab(60.7 22.8 -61.1) |
| LCH | lch(60.7 65.2 290.5) |
| OKLCH | oklch(0.670 0.174 270.2) |
Copy-ready code
/* CSS */
color: #6d8bff;
background-color: #6d8bff;
/* Tailwind (arbitrary) */
class="text-[#6d8bff] bg-[#6d8bff]"
/* SCSS */
$brand: #6d8bff;
/* SwiftUI */
Color(red: 0.427, green: 0.545, blue: 1.000)
/* Android */
Color.parseColor("#6d8bff")Accessibility — WCAG contrast
Aa
#6d8bff on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6d8bff on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green54.5%
Blue100.0%
CMYK percentages
Cyan57.3%
Magenta45.5%
Yellow0.0%
Key (black)0.0%
Color previews
#6d8bff text on a black background
contrast 6.79:1
Card sample
#6d8bff text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6d8bff;
Background color
Panel with #6d8bff background
background-color: #6d8bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6d8bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 139, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 139, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6d8bff; background: linear-gradient(135deg, #6d8bff, #B06DFF);