#6c8dfd
a light, electric blue · warm · closest name: dodgerblue
RGB
108, 141, 253
HSL
226°, 97%, 71%
CMYK
57, 44, 0, 1
Luminance
0.2933
Every format
| HEX | #6c8dfd |
| RGB | rgb(108, 141, 253) |
| HSL | hsl(226, 97%, 71%) |
| CMYK | cmyk(57%, 44%, 0%, 1%) |
| LAB | lab(61.1 20.8 -59.4) |
| LCH | lch(61.1 63.0 289.3) |
| OKLCH | oklch(0.672 0.169 269.1) |
Copy-ready code
/* CSS */
color: #6c8dfd;
background-color: #6c8dfd;
/* Tailwind (arbitrary) */
class="text-[#6c8dfd] bg-[#6c8dfd]"
/* SCSS */
$brand: #6c8dfd;
/* SwiftUI */
Color(red: 0.424, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#6c8dfd")Accessibility — WCAG contrast
Aa
#6c8dfd on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6c8dfd on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green55.3%
Blue99.2%
CMYK percentages
Cyan57.3%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#6c8dfd text on a black background
contrast 6.87:1
Card sample
#6c8dfd text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c8dfd;
Background color
Panel with #6c8dfd background
background-color: #6c8dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c8dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c8dfd; background: linear-gradient(135deg, #6c8dfd, #AC6CFD);