Chocolate
#F17127
OrangeColor Codes
All color formats for development
HEX
#F17127RGB
rgb(241, 113, 39)HSL
hsl(22, 88%, 55%)OKLCH
oklch(0.691 0.177 46.1)CMYK
cmyk(0%, 53%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED610F
2#D3560D
3#B94B0C
4#9E400A
5#843608
6#692B07
7#4F2005
8#351503
9#1A0B02
Tints
Lighter variations
1#F37F3D
2#F48E52
3#F59C68
4#F7AA7E
5#F8B893
6#F9C6A9
7#FBD4BE
8#FCE3D4
9#FEF1E9
Tones
Muted variations
1#E77431
2#DD773B
3#D37946
4#C97C50
5#BF7F5A
6#B58164
7#AB846E
8#A08778
9#968A82
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE9 #FDE9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD6 #FBD6C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8B7 #F8B791 | BordersInactive statesPlaceholder text |
| 400 | F491 #F49157 | Disabled statesSecondary iconsMuted text |
| 500 | F171 #F17127 | Primary brand colorCTAsActive elementsLinks |
| 600 | D356 #D3560D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A844 #A8440B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7831 #783108 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D1F #4D1F05 | Primary textHigh emphasis contentDark headings |
| 950 | 3014 #301403 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF6F1;
--chocolate-100: #FDE9DD;
--chocolate-200: #FBD6C1;
--chocolate-300: #F8B791;
--chocolate-400: #F49157;
--chocolate-500: #F17127;
--chocolate-600: #D3560D;
--chocolate-700: #A8440B;
--chocolate-800: #783108;
--chocolate-900: #4D1F05;
--chocolate-950: #301403;
}