Citrus Splash
#ffc400
Citrus Splash is a color with the hex code #ffc400. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ffc400 | |
|---|---|---|
| RGB | rgb(255, 196, 0) | |
| HSL | hsl(46, 100%, 50%) | |
| CMYK | cmyk(0%, 23%, 100%, 0%) | |
| LAB | lab(83, 12, 84) | |
| OKLCH | oklch(0.85 0.174 87) |
Color harmonies
Tints & shades
Code snippets
color: #ffc400;
background-color: #ffc400;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFC400)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.77, blue: 0.00, alpha: 1.0)