#8199b1
a balanced, soft blue · cool · closest name: gray
RGB
129, 153, 177
HSL
210°, 24%, 60%
CMYK
27, 14, 0, 31
Luminance
0.3062
Every format
| HEX | #8199b1 |
| RGB | rgb(129, 153, 177) |
| HSL | hsl(210, 24%, 60%) |
| CMYK | cmyk(27%, 14%, 0%, 31%) |
| LAB | lab(62.2 -2.8 -15.3) |
| LCH | lch(62.2 15.5 259.5) |
| OKLCH | oklch(0.673 0.045 248.5) |
Copy-ready code
/* CSS */
color: #8199b1;
background-color: #8199b1;
/* Tailwind (arbitrary) */
class="text-[#8199b1] bg-[#8199b1]"
/* SCSS */
$brand: #8199b1;
/* SwiftUI */
Color(red: 0.506, green: 0.600, blue: 0.694)
/* Android */
Color.parseColor("#8199b1")Accessibility — WCAG contrast
Aa
#8199b1 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8199b1 on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green60.0%
Blue69.4%
CMYK percentages
Cyan27.1%
Magenta13.6%
Yellow0.0%
Key (black)30.6%
Color previews
#8199b1 text on a black background
contrast 7.12:1
Card sample
#8199b1 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8199b1;
Background color
Panel with #8199b1 background
background-color: #8199b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8199b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 153, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 153, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8199b1; background: linear-gradient(135deg, #8199b1, #8981B1);