#6a7fdf
a balanced, vivid blue · warm · closest name: dodgerblue
RGB
106, 127, 223
HSL
229°, 65%, 65%
CMYK
53, 43, 0, 13
Luminance
0.2357
Every format
| HEX | #6a7fdf |
| RGB | rgb(106, 127, 223) |
| HSL | hsl(229, 65%, 65%) |
| CMYK | cmyk(53%, 43%, 0%, 13%) |
| LAB | lab(55.6 19.2 -51.5) |
| LCH | lch(55.6 54.9 290.5) |
| OKLCH | oklch(0.625 0.146 272.2) |
Copy-ready code
/* CSS */
color: #6a7fdf;
background-color: #6a7fdf;
/* Tailwind (arbitrary) */
class="text-[#6a7fdf] bg-[#6a7fdf]"
/* SCSS */
$brand: #6a7fdf;
/* SwiftUI */
Color(red: 0.416, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#6a7fdf")Accessibility — WCAG contrast
Aa
#6a7fdf on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6a7fdf on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green49.8%
Blue87.5%
CMYK percentages
Cyan52.5%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#6a7fdf text on a black background
contrast 5.71:1
Card sample
#6a7fdf text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a7fdf;
Background color
Panel with #6a7fdf background
background-color: #6a7fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a7fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a7fdf; background: linear-gradient(135deg, #6a7fdf, #A36ADF);