Chocolate
#F47825
OrangeColor Codes
All color formats for development
HEX
#F47825RGB
rgb(244, 120, 37)HSL
hsl(24, 90%, 55%)OKLCH
oklch(0.706 0.176 48.8)CMYK
cmyk(0%, 51%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0680D
2#D55C0B
3#BB510A
4#A04508
5#853A07
6#6B2E06
7#502304
8#351703
9#1B0C01
Tints
Lighter variations
1#F5853B
2#F69351
3#F7A066
4#F8AE7C
5#F9BB92
6#FAC9A8
7#FCD6BE
8#FDE4D3
9#FEF1E9
Tones
Muted variations
1#E97A2F
2#DF7C3A
3#D57E44
4#CA804E
5#C08259
6#B68463
7#AB866D
8#A18878
9#978A82
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEA #FDEADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD8 #FCD8C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9BA #F9BA90 | BordersInactive statesPlaceholder text |
| 400 | F696 #F69655 | Disabled statesSecondary iconsMuted text |
| 500 | F478 #F47825 | Primary brand colorCTAsActive elementsLinks |
| 600 | D55C #D55C0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA49 #AA4909 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7934 #793406 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E21 #4E2104 | Primary textHigh emphasis contentDark headings |
| 950 | 3015 #301503 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF6F0;
--chocolate-100: #FDEADD;
--chocolate-200: #FCD8C0;
--chocolate-300: #F9BA90;
--chocolate-400: #F69655;
--chocolate-500: #F47825;
--chocolate-600: #D55C0B;
--chocolate-700: #AA4909;
--chocolate-800: #793406;
--chocolate-900: #4E2104;
--chocolate-950: #301503;
}