#6f6f86
a balanced, muted blue · warm · closest name: gray
RGB
111, 111, 134
HSL
240°, 9%, 48%
CMYK
17, 17, 0, 48
Luminance
0.1647
Every format
| HEX | #6f6f86 |
| RGB | rgb(111, 111, 134) |
| HSL | hsl(240, 9%, 48%) |
| CMYK | cmyk(17%, 17%, 0%, 48%) |
| LAB | lab(47.6 5.1 -12.6) |
| LCH | lch(47.6 13.6 292.0) |
| OKLCH | oklch(0.550 0.035 285.2) |
Copy-ready code
/* CSS */
color: #6f6f86;
background-color: #6f6f86;
/* Tailwind (arbitrary) */
class="text-[#6f6f86] bg-[#6f6f86]"
/* SCSS */
$brand: #6f6f86;
/* SwiftUI */
Color(red: 0.435, green: 0.435, blue: 0.525)
/* Android */
Color.parseColor("#6f6f86")Accessibility — WCAG contrast
Aa
#6f6f86 on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6f6f86 on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green43.5%
Blue52.5%
CMYK percentages
Cyan17.2%
Magenta17.2%
Yellow0.0%
Key (black)47.5%
Color previews
#6f6f86 text on a black background
contrast 4.29:1
Card sample
#6f6f86 text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f6f86;
Background color
Panel with #6f6f86 background
background-color: #6f6f86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f6f86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 111, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 111, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f6f86; background: linear-gradient(135deg, #6f6f86, #7E6F86);