#7976cf
a balanced, vivid blue · warm · closest name: slateblue
RGB
121, 118, 207
HSL
242°, 48%, 64%
CMYK
42, 43, 0, 19
Luminance
0.2153
Every format
| HEX | #7976cf |
| RGB | rgb(121, 118, 207) |
| HSL | hsl(242, 48%, 64%) |
| CMYK | cmyk(42%, 43%, 0%, 19%) |
| LAB | lab(53.5 23.3 -45.8) |
| LCH | lch(53.5 51.4 297.0) |
| OKLCH | oklch(0.608 0.133 283.2) |
Copy-ready code
/* CSS */
color: #7976cf;
background-color: #7976cf;
/* Tailwind (arbitrary) */
class="text-[#7976cf] bg-[#7976cf]"
/* SCSS */
$brand: #7976cf;
/* SwiftUI */
Color(red: 0.475, green: 0.463, blue: 0.812)
/* Android */
Color.parseColor("#7976cf")Accessibility — WCAG contrast
Aa
#7976cf on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7976cf on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green46.3%
Blue81.2%
CMYK percentages
Cyan41.5%
Magenta43.0%
Yellow0.0%
Key (black)18.8%
Color previews
#7976cf text on a black background
contrast 5.31:1
Card sample
#7976cf text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7976cf;
Background color
Panel with #7976cf background
background-color: #7976cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7976cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 118, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 118, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7976cf; background: linear-gradient(135deg, #7976cf, #B476CF);