#6a7fe4
a light, vivid blue · warm · closest name: dodgerblue
RGB
106, 127, 228
HSL
230°, 69%, 66%
CMYK
54, 44, 0, 11
Luminance
0.2384
Every format
| HEX | #6a7fe4 |
| RGB | rgb(106, 127, 228) |
| HSL | hsl(230, 69%, 66%) |
| CMYK | cmyk(54%, 44%, 0%, 11%) |
| LAB | lab(55.9 20.8 -53.8) |
| LCH | lch(55.9 57.7 291.1) |
| OKLCH | oklch(0.628 0.153 272.4) |
Copy-ready code
/* CSS */
color: #6a7fe4;
background-color: #6a7fe4;
/* Tailwind (arbitrary) */
class="text-[#6a7fe4] bg-[#6a7fe4]"
/* SCSS */
$brand: #6a7fe4;
/* SwiftUI */
Color(red: 0.416, green: 0.498, blue: 0.894)
/* Android */
Color.parseColor("#6a7fe4")Accessibility — WCAG contrast
Aa
#6a7fe4 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6a7fe4 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green49.8%
Blue89.4%
CMYK percentages
Cyan53.5%
Magenta44.3%
Yellow0.0%
Key (black)10.6%
Color previews
#6a7fe4 text on a black background
contrast 5.77:1
Card sample
#6a7fe4 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a7fe4;
Background color
Panel with #6a7fe4 background
background-color: #6a7fe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a7fe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 127, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 127, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a7fe4; background: linear-gradient(135deg, #6a7fe4, #A66AE4);