Chocolate
#F26E26
OrangeColor Codes
All color formats for development
HEX
#F26E26RGB
rgb(242, 110, 38)HSL
hsl(21, 89%, 55%)OKLCH
oklch(0.688 0.181 44.8)CMYK
cmyk(0%, 55%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF5D0E
2#D4520C
3#BA480B
4#9F3E09
5#853308
6#6A2906
7#501F05
8#351503
9#1B0A02
Tints
Lighter variations
1#F47C3C
2#F58B51
3#F69967
4#F7A87D
5#F9B693
6#FAC5A8
7#FBD3BE
8#FCE2D4
9#FEF0E9
Tones
Muted variations
1#E87130
2#DE743B
3#D47745
4#CA7A4F
5#BF7D59
6#B58063
7#AB836E
8#A18678
9#968982
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE8 #FDE8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD5 #FBD5C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9B5 #F9B590 | BordersInactive statesPlaceholder text |
| 400 | F58E #F58E56 | Disabled statesSecondary iconsMuted text |
| 500 | F26E #F26E26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D452 #D4520C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A941 #A9410A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 782F #782F07 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D1E #4D1E04 | Primary textHigh emphasis contentDark headings |
| 950 | 3013 #301303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF5F1;
--chocolate-100: #FDE8DD;
--chocolate-200: #FBD5C0;
--chocolate-300: #F9B590;
--chocolate-400: #F58E56;
--chocolate-500: #F26E26;
--chocolate-600: #D4520C;
--chocolate-700: #A9410A;
--chocolate-800: #782F07;
--chocolate-900: #4D1E04;
--chocolate-950: #301303;
}