#6d7fdf
a light, vivid blue · warm · closest name: dodgerblue
RGB
109, 127, 223
HSL
231°, 64%, 65%
CMYK
51, 43, 0, 13
Luminance
0.2376
Every format
| HEX | #6d7fdf |
| RGB | rgb(109, 127, 223) |
| HSL | hsl(231, 64%, 65%) |
| CMYK | cmyk(51%, 43%, 0%, 13%) |
| LAB | lab(55.8 19.9 -51.1) |
| LCH | lch(55.8 54.9 291.2) |
| OKLCH | oklch(0.627 0.145 273.5) |
Copy-ready code
/* CSS */
color: #6d7fdf;
background-color: #6d7fdf;
/* Tailwind (arbitrary) */
class="text-[#6d7fdf] bg-[#6d7fdf]"
/* SCSS */
$brand: #6d7fdf;
/* SwiftUI */
Color(red: 0.427, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#6d7fdf")Accessibility — WCAG contrast
Aa
#6d7fdf on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6d7fdf on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green49.8%
Blue87.5%
CMYK percentages
Cyan51.1%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#6d7fdf text on a black background
contrast 5.75:1
Card sample
#6d7fdf text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6d7fdf;
Background color
Panel with #6d7fdf background
background-color: #6d7fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6d7fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6d7fdf; background: linear-gradient(135deg, #6d7fdf, #A76DDF);