Torchlight
#ffc985
Torchlight, represented by the hex value #ffc985, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffc985 | |
|---|---|---|
| RGB | rgb(255, 201, 133) | |
| HSL | hsl(33, 100%, 76%) | |
| CMYK | cmyk(0%, 21%, 48%, 0%) | |
| LAB | lab(85, 14, 42) | |
| OKLCH | oklch(0.87 0.105 72) |
Color harmonies
Tints & shades
Code snippets
color: #ffc985;
background-color: #ffc985;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFC985)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.79, blue: 0.52, alpha: 1.0)