#7979df
a light, vivid blue · warm · closest name: royalblue
RGB
121, 121, 223
HSL
240°, 61%, 68%
CMYK
46, 46, 0, 13
Luminance
0.2307
Every format
| HEX | #7979df |
| RGB | rgb(121, 121, 223) |
| HSL | hsl(240, 61%, 68%) |
| CMYK | cmyk(46%, 46%, 0%, 13%) |
| LAB | lab(55.1 26.2 -52.2) |
| LCH | lch(55.1 58.4 296.6) |
| OKLCH | oklch(0.624 0.151 281.1) |
Copy-ready code
/* CSS */
color: #7979df;
background-color: #7979df;
/* Tailwind (arbitrary) */
class="text-[#7979df] bg-[#7979df]"
/* SCSS */
$brand: #7979df;
/* SwiftUI */
Color(red: 0.475, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#7979df")Accessibility — WCAG contrast
Aa
#7979df on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7979df on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green47.5%
Blue87.5%
CMYK percentages
Cyan45.7%
Magenta45.7%
Yellow0.0%
Key (black)12.5%
Color previews
#7979df text on a black background
contrast 5.61:1
Card sample
#7979df text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7979df;
Background color
Panel with #7979df background
background-color: #7979df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7979df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7979df; background: linear-gradient(135deg, #7979df, #BD79DF);