#798ace
a balanced, vivid blue · warm · closest name: steelblue
RGB
121, 138, 206
HSL
228°, 46%, 64%
CMYK
41, 33, 0, 19
Luminance
0.2670
Every format
| HEX | #798ace |
| RGB | rgb(121, 138, 206) |
| HSL | hsl(228, 46%, 64%) |
| CMYK | cmyk(41%, 33%, 0%, 19%) |
| LAB | lab(58.7 11.2 -37.0) |
| LCH | lch(58.7 38.7 286.8) |
| OKLCH | oklch(0.648 0.104 272.5) |
Copy-ready code
/* CSS */
color: #798ace;
background-color: #798ace;
/* Tailwind (arbitrary) */
class="text-[#798ace] bg-[#798ace]"
/* SCSS */
$brand: #798ace;
/* SwiftUI */
Color(red: 0.475, green: 0.541, blue: 0.808)
/* Android */
Color.parseColor("#798ace")Accessibility — WCAG contrast
Aa
#798ace on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#798ace on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green54.1%
Blue80.8%
CMYK percentages
Cyan41.3%
Magenta33.0%
Yellow0.0%
Key (black)19.2%
Color previews
#798ace text on a black background
contrast 6.34:1
Card sample
#798ace text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #798ace;
Background color
Panel with #798ace background
background-color: #798ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #798ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 138, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 138, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #798ace; background: linear-gradient(135deg, #798ace, #A179CE);