#8198cd
a light, soft blue · cool · closest name: steelblue
RGB
129, 152, 205
HSL
222°, 43%, 66%
CMYK
37, 26, 0, 20
Luminance
0.3153
Every format
| HEX | #8198cd |
| RGB | rgb(129, 152, 205) |
| HSL | hsl(222, 43%, 66%) |
| CMYK | cmyk(37%, 26%, 0%, 20%) |
| LAB | lab(63.0 5.0 -29.8) |
| LCH | lch(63.0 30.2 279.4) |
| OKLCH | oklch(0.682 0.083 266.1) |
Copy-ready code
/* CSS */
color: #8198cd;
background-color: #8198cd;
/* Tailwind (arbitrary) */
class="text-[#8198cd] bg-[#8198cd]"
/* SCSS */
$brand: #8198cd;
/* SwiftUI */
Color(red: 0.506, green: 0.596, blue: 0.804)
/* Android */
Color.parseColor("#8198cd")Accessibility — WCAG contrast
Aa
#8198cd on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8198cd on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green59.6%
Blue80.4%
CMYK percentages
Cyan37.1%
Magenta25.9%
Yellow0.0%
Key (black)19.6%
Color previews
#8198cd text on a black background
contrast 7.31:1
Card sample
#8198cd text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8198cd;
Background color
Panel with #8198cd background
background-color: #8198cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8198cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 152, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 152, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8198cd; background: linear-gradient(135deg, #8198cd, #9D81CD);