#668882
a balanced, muted cyan · cool · closest name: gray
RGB
102, 136, 130
HSL
169°, 14%, 47%
CMYK
25, 0, 4, 47
Luminance
0.2204
Every format
| HEX | #668882 |
| RGB | rgb(102, 136, 130) |
| HSL | hsl(169, 14%, 47%) |
| CMYK | cmyk(25%, 0%, 4%, 47%) |
| LAB | lab(54.1 -13.3 -0.7) |
| LCH | lch(54.1 13.3 182.9) |
| OKLCH | oklch(0.599 0.039 182.9) |
Copy-ready code
/* CSS */
color: #668882;
background-color: #668882;
/* Tailwind (arbitrary) */
class="text-[#668882] bg-[#668882]"
/* SCSS */
$brand: #668882;
/* SwiftUI */
Color(red: 0.400, green: 0.533, blue: 0.510)
/* Android */
Color.parseColor("#668882")Accessibility — WCAG contrast
Aa
#668882 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#668882 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green53.3%
Blue51.0%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow4.4%
Key (black)46.7%
Color previews
#668882 text on a black background
contrast 5.41:1
Card sample
#668882 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #668882;
Background color
Panel with #668882 background
background-color: #668882;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #668882;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 136, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 136, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #668882; background: linear-gradient(135deg, #668882, #667788);