Silver Eagle
#cfcfcf
Silver Eagle is a color with the hex code #cfcfcf. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cfcfcf | |
|---|---|---|
| RGB | rgb(207, 207, 207) | |
| HSL | hsl(0, 0%, 81%) | |
| CMYK | cmyk(0%, 0%, 0%, 19%) | |
| LAB | lab(83, 0, 0) | |
| OKLCH | oklch(0.85 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #cfcfcf;
background-color: #cfcfcf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCFCFCF)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.81, blue: 0.81, alpha: 1.0)