#6a8fe2
a light, vivid blue · cool · closest name: dodgerblue
RGB
106, 143, 226
HSL
222°, 67%, 65%
CMYK
53, 37, 0, 11
Luminance
0.2820
Every format
| HEX | #6a8fe2 |
| RGB | rgb(106, 143, 226) |
| HSL | hsl(222, 67%, 65%) |
| CMYK | cmyk(53%, 37%, 0%, 11%) |
| LAB | lab(60.1 10.6 -46.1) |
| LCH | lch(60.1 47.3 283.0) |
| OKLCH | oklch(0.659 0.131 264.9) |
Copy-ready code
/* CSS */
color: #6a8fe2;
background-color: #6a8fe2;
/* Tailwind (arbitrary) */
class="text-[#6a8fe2] bg-[#6a8fe2]"
/* SCSS */
$brand: #6a8fe2;
/* SwiftUI */
Color(red: 0.416, green: 0.561, blue: 0.886)
/* Android */
Color.parseColor("#6a8fe2")Accessibility — WCAG contrast
Aa
#6a8fe2 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6a8fe2 on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green56.1%
Blue88.6%
CMYK percentages
Cyan53.1%
Magenta36.7%
Yellow0.0%
Key (black)11.4%
Color previews
#6a8fe2 text on a black background
contrast 6.64:1
Card sample
#6a8fe2 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a8fe2;
Background color
Panel with #6a8fe2 background
background-color: #6a8fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a8fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 143, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 143, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a8fe2; background: linear-gradient(135deg, #6a8fe2, #956AE2);