#798fd2
a balanced, vivid blue · warm · closest name: steelblue
RGB
121, 143, 210
HSL
225°, 50%, 65%
CMYK
42, 32, 0, 18
Luminance
0.2836
Every format
| HEX | #798fd2 |
| RGB | rgb(121, 143, 210) |
| HSL | hsl(225, 50%, 65%) |
| CMYK | cmyk(42%, 32%, 0%, 18%) |
| LAB | lab(60.2 9.4 -36.9) |
| LCH | lch(60.2 38.1 284.3) |
| OKLCH | oklch(0.660 0.103 269.6) |
Copy-ready code
/* CSS */
color: #798fd2;
background-color: #798fd2;
/* Tailwind (arbitrary) */
class="text-[#798fd2] bg-[#798fd2]"
/* SCSS */
$brand: #798fd2;
/* SwiftUI */
Color(red: 0.475, green: 0.561, blue: 0.824)
/* Android */
Color.parseColor("#798fd2")Accessibility — WCAG contrast
Aa
#798fd2 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#798fd2 on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green56.1%
Blue82.4%
CMYK percentages
Cyan42.4%
Magenta31.9%
Yellow0.0%
Key (black)17.6%
Color previews
#798fd2 text on a black background
contrast 6.67:1
Card sample
#798fd2 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #798fd2;
Background color
Panel with #798fd2 background
background-color: #798fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #798fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 143, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 143, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #798fd2; background: linear-gradient(135deg, #798fd2, #9E79D2);