#6671ff
a light, electric blue · warm · closest name: royalblue
RGB
102, 113, 255
HSL
236°, 100%, 70%
CMYK
60, 56, 0, 0
Luminance
0.2186
Every format
| HEX | #6671ff |
| RGB | rgb(102, 113, 255) |
| HSL | hsl(236, 100%, 70%) |
| CMYK | cmyk(60%, 56%, 0%, 0%) |
| LAB | lab(53.9 37.1 -72.1) |
| LCH | lch(53.9 81.1 297.2) |
| OKLCH | oklch(0.617 0.208 275.2) |
Copy-ready code
/* CSS */
color: #6671ff;
background-color: #6671ff;
/* Tailwind (arbitrary) */
class="text-[#6671ff] bg-[#6671ff]"
/* SCSS */
$brand: #6671ff;
/* SwiftUI */
Color(red: 0.400, green: 0.443, blue: 1.000)
/* Android */
Color.parseColor("#6671ff")Accessibility — WCAG contrast
Aa
#6671ff on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6671ff on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green44.3%
Blue100.0%
CMYK percentages
Cyan60.0%
Magenta55.7%
Yellow0.0%
Key (black)0.0%
Color previews
#6671ff text on a black background
contrast 5.37:1
Card sample
#6671ff text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6671ff;
Background color
Panel with #6671ff background
background-color: #6671ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6671ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 113, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 113, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6671ff; background: linear-gradient(135deg, #6671ff, #C166FF);