Shocking Orange
#ff6e1c
Shocking Orange is a color with the hex code #ff6e1c. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ff6e1c | |
|---|---|---|
| RGB | rgb(255, 110, 28) | |
| HSL | hsl(22, 100%, 55%) | |
| CMYK | cmyk(0%, 57%, 89%, 0%) | |
| LAB | lab(65, 54, 68) | |
| OKLCH | oklch(0.71 0.195 44) |
Color harmonies
Tints & shades
Code snippets
color: #ff6e1c;
background-color: #ff6e1c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF6E1C)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.43, blue: 0.11, alpha: 1.0)