Chocolate
#F26026
OrangeColor Codes
All color formats for development
HEX
#F26026RGB
rgb(242, 96, 38)HSL
hsl(17, 89%, 55%)OKLCH
oklch(0.67 0.192 39.7)CMYK
cmyk(0%, 60%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF4E0E
2#D4450C
3#BA3C0B
4#9F3409
5#852B08
6#6A2206
7#501A05
8#351103
9#1B0902
Tints
Lighter variations
1#F4703C
2#F58051
3#F69067
4#F7A07D
5#F9AF93
6#FABFA8
7#FBCFBE
8#FCDFD4
9#FEEFE9
Tones
Muted variations
1#E86430
2#DE693B
3#D46D45
4#CA724F
5#BF7659
6#B57B63
7#AB7F6E
8#A18378
9#968882
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE6 #FDE6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD1 #FBD1C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9AE #F9AE90 | BordersInactive statesPlaceholder text |
| 400 | F583 #F58356 | Disabled statesSecondary iconsMuted text |
| 500 | F260 #F26026 | Primary brand colorCTAsActive elementsLinks |
| 600 | D445 #D4450C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A937 #A9370A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7827 #782707 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D19 #4D1904 | Primary textHigh emphasis contentDark headings |
| 950 | 3010 #301003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF4F1;
--chocolate-100: #FDE6DD;
--chocolate-200: #FBD1C0;
--chocolate-300: #F9AE90;
--chocolate-400: #F58356;
--chocolate-500: #F26026;
--chocolate-600: #D4450C;
--chocolate-700: #A9370A;
--chocolate-800: #782707;
--chocolate-900: #4D1904;
--chocolate-950: #301003;
}