#6166fd
a light, electric blue · warm · closest name: royalblue
RGB
97, 102, 253
HSL
238°, 98%, 69%
CMYK
62, 60, 0, 1
Luminance
0.1914
Every format
| HEX | #6166fd |
| RGB | rgb(97, 102, 253) |
| HSL | hsl(238, 98%, 69%) |
| CMYK | cmyk(62%, 60%, 0%, 1%) |
| LAB | lab(50.8 42.2 -76.0) |
| LCH | lch(50.8 86.9 299.1) |
| OKLCH | oklch(0.593 0.220 276.0) |
Copy-ready code
/* CSS */
color: #6166fd;
background-color: #6166fd;
/* Tailwind (arbitrary) */
class="text-[#6166fd] bg-[#6166fd]"
/* SCSS */
$brand: #6166fd;
/* SwiftUI */
Color(red: 0.380, green: 0.400, blue: 0.992)
/* Android */
Color.parseColor("#6166fd")Accessibility — WCAG contrast
Aa
#6166fd on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6166fd on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green40.0%
Blue99.2%
CMYK percentages
Cyan61.7%
Magenta59.7%
Yellow0.0%
Key (black)0.8%
Color previews
#6166fd text on a black background
contrast 4.83:1
Card sample
#6166fd text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6166fd;
Background color
Panel with #6166fd background
background-color: #6166fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6166fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 102, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 102, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6166fd; background: linear-gradient(135deg, #6166fd, #C461FD);