#6c8fdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
108, 143, 223
HSL
222°, 64%, 65%
CMYK
52, 36, 0, 13
Luminance
0.2816
Every format
| HEX | #6c8fdf |
| RGB | rgb(108, 143, 223) |
| HSL | hsl(222, 64%, 65%) |
| CMYK | cmyk(52%, 36%, 0%, 13%) |
| LAB | lab(60.0 10.1 -44.5) |
| LCH | lch(60.0 45.6 282.8) |
| OKLCH | oklch(0.659 0.126 265.2) |
Copy-ready code
/* CSS */
color: #6c8fdf;
background-color: #6c8fdf;
/* Tailwind (arbitrary) */
class="text-[#6c8fdf] bg-[#6c8fdf]"
/* SCSS */
$brand: #6c8fdf;
/* SwiftUI */
Color(red: 0.424, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#6c8fdf")Accessibility — WCAG contrast
Aa
#6c8fdf on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6c8fdf on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green56.1%
Blue87.5%
CMYK percentages
Cyan51.6%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#6c8fdf text on a black background
contrast 6.63:1
Card sample
#6c8fdf text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c8fdf;
Background color
Panel with #6c8fdf background
background-color: #6c8fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c8fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c8fdf; background: linear-gradient(135deg, #6c8fdf, #966CDF);