#6c8cdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
108, 140, 223
HSL
223°, 64%, 65%
CMYK
52, 37, 0, 13
Luminance
0.2727
Every format
| HEX | #6c8cdf |
| RGB | rgb(108, 140, 223) |
| HSL | hsl(223, 64%, 65%) |
| CMYK | cmyk(52%, 37%, 0%, 13%) |
| LAB | lab(59.2 11.9 -45.8) |
| LCH | lch(59.2 47.3 284.6) |
| OKLCH | oklch(0.653 0.130 266.9) |
Copy-ready code
/* CSS */
color: #6c8cdf;
background-color: #6c8cdf;
/* Tailwind (arbitrary) */
class="text-[#6c8cdf] bg-[#6c8cdf]"
/* SCSS */
$brand: #6c8cdf;
/* SwiftUI */
Color(red: 0.424, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#6c8cdf")Accessibility — WCAG contrast
Aa
#6c8cdf on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6c8cdf on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green54.9%
Blue87.5%
CMYK percentages
Cyan51.6%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#6c8cdf text on a black background
contrast 6.45:1
Card sample
#6c8cdf text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c8cdf;
Background color
Panel with #6c8cdf background
background-color: #6c8cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c8cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c8cdf; background: linear-gradient(135deg, #6c8cdf, #996CDF);