Chocolate
#F27826
OrangeColor Codes
All color formats for development
HEX
#F27826RGB
rgb(242, 120, 38)HSL
hsl(24, 89%, 55%)OKLCH
oklch(0.703 0.173 49.1)CMYK
cmyk(0%, 50%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF680E
2#D45C0C
3#BA510B
4#9F4509
5#853A08
6#6A2E06
7#502305
8#351703
9#1B0C02
Tints
Lighter variations
1#F4853C
2#F59351
3#F6A067
4#F7AE7D
5#F9BB93
6#FAC9A8
7#FBD6BE
8#FCE4D4
9#FEF1E9
Tones
Muted variations
1#E87A30
2#DE7C3B
3#D47E45
4#CA804F
5#BF8259
6#B58463
7#AB866E
8#A18878
9#968A82
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEA #FDEADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD8 #FBD8C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9BA #F9BA90 | BordersInactive statesPlaceholder text |
| 400 | F596 #F59656 | Disabled statesSecondary iconsMuted text |
| 500 | F278 #F27826 | Primary brand colorCTAsActive elementsLinks |
| 600 | D45C #D45C0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A949 #A9490A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7834 #783407 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D22 #4D2204 | 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: #FEF6F1;
--chocolate-100: #FDEADD;
--chocolate-200: #FBD8C0;
--chocolate-300: #F9BA90;
--chocolate-400: #F59656;
--chocolate-500: #F27826;
--chocolate-600: #D45C0C;
--chocolate-700: #A9490A;
--chocolate-800: #783407;
--chocolate-900: #4D2204;
--chocolate-950: #301503;
}