#7fada2
a balanced, soft cyan · cool · closest name: silver
RGB
127, 173, 162
HSL
166°, 22%, 59%
CMYK
27, 0, 6, 32
Luminance
0.3701
Every format
| HEX | #7fada2 |
| RGB | rgb(127, 173, 162) |
| HSL | hsl(166, 22%, 59%) |
| CMYK | cmyk(27%, 0%, 6%, 32%) |
| LAB | lab(67.3 -17.7 0.7) |
| LCH | lch(67.3 17.7 177.8) |
| OKLCH | oklch(0.711 0.052 178.3) |
Copy-ready code
/* CSS */
color: #7fada2;
background-color: #7fada2;
/* Tailwind (arbitrary) */
class="text-[#7fada2] bg-[#7fada2]"
/* SCSS */
$brand: #7fada2;
/* SwiftUI */
Color(red: 0.498, green: 0.678, blue: 0.635)
/* Android */
Color.parseColor("#7fada2")Accessibility — WCAG contrast
Aa
#7fada2 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fada2 on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green67.8%
Blue63.5%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow6.4%
Key (black)32.2%
Color previews
#7fada2 text on a black background
contrast 8.40:1
Card sample
#7fada2 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fada2;
Background color
Panel with #7fada2 background
background-color: #7fada2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fada2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 173, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 173, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fada2; background: linear-gradient(135deg, #7fada2, #7F99AD);