#6a7ecf
a balanced, vivid blue · warm · closest name: dodgerblue
RGB
106, 126, 207
HSL
228°, 51%, 61%
CMYK
49, 39, 0, 19
Luminance
0.2249
Every format
| HEX | #6a7ecf |
| RGB | rgb(106, 126, 207) |
| HSL | hsl(228, 51%, 61%) |
| CMYK | cmyk(49%, 39%, 0%, 19%) |
| LAB | lab(54.5 14.8 -44.2) |
| LCH | lch(54.5 46.6 288.6) |
| OKLCH | oklch(0.614 0.125 271.8) |
Copy-ready code
/* CSS */
color: #6a7ecf;
background-color: #6a7ecf;
/* Tailwind (arbitrary) */
class="text-[#6a7ecf] bg-[#6a7ecf]"
/* SCSS */
$brand: #6a7ecf;
/* SwiftUI */
Color(red: 0.416, green: 0.494, blue: 0.812)
/* Android */
Color.parseColor("#6a7ecf")Accessibility — WCAG contrast
Aa
#6a7ecf on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6a7ecf on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green49.4%
Blue81.2%
CMYK percentages
Cyan48.8%
Magenta39.1%
Yellow0.0%
Key (black)18.8%
Color previews
#6a7ecf text on a black background
contrast 5.50:1
Card sample
#6a7ecf text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a7ecf;
Background color
Panel with #6a7ecf background
background-color: #6a7ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a7ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 126, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 126, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a7ecf; background: linear-gradient(135deg, #6a7ecf, #996ACF);