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