#706cb3
a balanced, soft blue · warm · closest name: steelblue
RGB
112, 108, 179
HSL
243°, 32%, 56%
CMYK
37, 40, 0, 30
Luminance
0.1742
Every format
| HEX | #706cb3 |
| RGB | rgb(112, 108, 179) |
| HSL | hsl(243, 32%, 56%) |
| CMYK | cmyk(37%, 40%, 0%, 30%) |
| LAB | lab(48.8 19.0 -37.2) |
| LCH | lch(48.8 41.8 297.1) |
| OKLCH | oklch(0.566 0.108 285.0) |
Copy-ready code
/* CSS */
color: #706cb3;
background-color: #706cb3;
/* Tailwind (arbitrary) */
class="text-[#706cb3] bg-[#706cb3]"
/* SCSS */
$brand: #706cb3;
/* SwiftUI */
Color(red: 0.439, green: 0.424, blue: 0.702)
/* Android */
Color.parseColor("#706cb3")Accessibility — WCAG contrast
Aa
#706cb3 on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#706cb3 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green42.4%
Blue70.2%
CMYK percentages
Cyan37.4%
Magenta39.7%
Yellow0.0%
Key (black)29.8%
Color previews
#706cb3 text on a black background
contrast 4.48:1
Card sample
#706cb3 text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #706cb3;
Background color
Panel with #706cb3 background
background-color: #706cb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #706cb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 108, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 108, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #706cb3; background: linear-gradient(135deg, #706cb3, #9F6CB3);