Angel’s Trumpet
#f6dd34
Angel’s Trumpet is a color with the hex code #f6dd34. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f6dd34 | |
|---|---|---|
| RGB | rgb(246, 221, 52) | |
| HSL | hsl(52, 92%, 58%) | |
| CMYK | cmyk(0%, 10%, 79%, 4%) | |
| LAB | lab(88, -3, 78) | |
| OKLCH | oklch(0.89 0.173 100) |
Color harmonies
Tints & shades
Code snippets
color: #f6dd34;
background-color: #f6dd34;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6DD34)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.87, blue: 0.20, alpha: 1.0)