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