Sulphur
#cab012
Sulphur is a color with the hex code #cab012. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cab012 | |
|---|---|---|
| RGB | rgb(202, 176, 18) | |
| HSL | hsl(52, 84%, 43%) | |
| CMYK | cmyk(0%, 13%, 91%, 21%) | |
| LAB | lab(72, 0, 72) | |
| OKLCH | oklch(0.76 0.154 98) |
Color harmonies
Tints & shades
Code snippets
color: #cab012;
background-color: #cab012;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCAB012)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.69, blue: 0.07, alpha: 1.0)