#796fdf
a light, vivid blue · warm · closest name: slateblue
RGB
121, 111, 223
HSL
245°, 64%, 66%
CMYK
46, 50, 0, 13
Luminance
0.2076
Every format
| HEX | #796fdf |
| RGB | rgb(121, 111, 223) |
| HSL | hsl(245, 64%, 66%) |
| CMYK | cmyk(46%, 50%, 0%, 13%) |
| LAB | lab(52.7 32.2 -56.1) |
| LCH | lch(52.7 64.7 299.8) |
| OKLCH | oklch(0.605 0.165 284.4) |
Copy-ready code
/* CSS */
color: #796fdf;
background-color: #796fdf;
/* Tailwind (arbitrary) */
class="text-[#796fdf] bg-[#796fdf]"
/* SCSS */
$brand: #796fdf;
/* SwiftUI */
Color(red: 0.475, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#796fdf")Accessibility — WCAG contrast
Aa
#796fdf on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#796fdf on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green43.5%
Blue87.5%
CMYK percentages
Cyan45.7%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#796fdf text on a black background
contrast 5.15:1
Card sample
#796fdf text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #796fdf;
Background color
Panel with #796fdf background
background-color: #796fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #796fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #796fdf; background: linear-gradient(135deg, #796fdf, #C46FDF);