#7fadaf
a balanced, soft cyan · cool · closest name: silver
RGB
127, 173, 175
HSL
183°, 23%, 59%
CMYK
27, 1, 0, 31
Luminance
0.3749
Every format
| HEX | #7fadaf |
| RGB | rgb(127, 173, 175) |
| HSL | hsl(183, 23%, 59%) |
| CMYK | cmyk(27%, 1%, 0%, 31%) |
| LAB | lab(67.7 -14.8 -6.0) |
| LCH | lch(67.7 15.9 202.1) |
| OKLCH | oklch(0.716 0.049 199.5) |
Copy-ready code
/* CSS */
color: #7fadaf;
background-color: #7fadaf;
/* Tailwind (arbitrary) */
class="text-[#7fadaf] bg-[#7fadaf]"
/* SCSS */
$brand: #7fadaf;
/* SwiftUI */
Color(red: 0.498, green: 0.678, blue: 0.686)
/* Android */
Color.parseColor("#7fadaf")Accessibility — WCAG contrast
Aa
#7fadaf on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fadaf on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green67.8%
Blue68.6%
CMYK percentages
Cyan27.4%
Magenta1.1%
Yellow0.0%
Key (black)31.4%
Color previews
#7fadaf text on a black background
contrast 8.50:1
Card sample
#7fadaf text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fadaf;
Background color
Panel with #7fadaf background
background-color: #7fadaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fadaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 173, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 173, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fadaf; background: linear-gradient(135deg, #7fadaf, #7F8DAF);