#6a9595
a balanced, soft cyan · cool · closest name: gray
RGB
106, 149, 149
HSL
180°, 17%, 50%
CMYK
29, 0, 0, 42
Luminance
0.2673
Every format
| HEX | #6a9595 |
| RGB | rgb(106, 149, 149) |
| HSL | hsl(180, 17%, 50%) |
| CMYK | cmyk(29%, 0%, 0%, 42%) |
| LAB | lab(58.7 -14.6 -4.7) |
| LCH | lch(58.7 15.3 198.0) |
| OKLCH | oklch(0.639 0.047 196.0) |
Copy-ready code
/* CSS */
color: #6a9595;
background-color: #6a9595;
/* Tailwind (arbitrary) */
class="text-[#6a9595] bg-[#6a9595]"
/* SCSS */
$brand: #6a9595;
/* SwiftUI */
Color(red: 0.416, green: 0.584, blue: 0.584)
/* Android */
Color.parseColor("#6a9595")Accessibility — WCAG contrast
Aa
#6a9595 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6a9595 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green58.4%
Blue58.4%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow0.0%
Key (black)41.6%
Color previews
#6a9595 text on a black background
contrast 6.35:1
Card sample
#6a9595 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a9595;
Background color
Panel with #6a9595 background
background-color: #6a9595;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a9595;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 149, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 149, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a9595; background: linear-gradient(135deg, #6a9595, #6A7895);