#6f8484
a balanced, muted cyan · cool · closest name: gray
RGB
111, 132, 132
HSL
180°, 9%, 48%
CMYK
16, 0, 0, 48
Luminance
0.2155
Every format
| HEX | #6f8484 |
| RGB | rgb(111, 132, 132) |
| HSL | hsl(180, 9%, 48%) |
| CMYK | cmyk(16%, 0%, 0%, 48%) |
| LAB | lab(53.5 -7.5 -2.5) |
| LCH | lch(53.5 8.0 198.6) |
| OKLCH | oklch(0.597 0.024 196.5) |
Copy-ready code
/* CSS */
color: #6f8484;
background-color: #6f8484;
/* Tailwind (arbitrary) */
class="text-[#6f8484] bg-[#6f8484]"
/* SCSS */
$brand: #6f8484;
/* SwiftUI */
Color(red: 0.435, green: 0.518, blue: 0.518)
/* Android */
Color.parseColor("#6f8484")Accessibility — WCAG contrast
Aa
#6f8484 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6f8484 on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green51.8%
Blue51.8%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow0.0%
Key (black)48.2%
Color previews
#6f8484 text on a black background
contrast 5.31:1
Card sample
#6f8484 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f8484;
Background color
Panel with #6f8484 background
background-color: #6f8484;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f8484;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 132, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 132, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f8484; background: linear-gradient(135deg, #6f8484, #6F7684);