Chocolate
#F26726
OrangeColor Codes
All color formats for development
HEX
#F26726RGB
rgb(242, 103, 38)HSL
hsl(19, 89%, 55%)OKLCH
oklch(0.679 0.186 42.1)CMYK
cmyk(0%, 57%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF550E
2#D44C0C
3#BA420B
4#9F3909
5#852F08
6#6A2606
7#501C05
8#351303
9#1B0902
Tints
Lighter variations
1#F4763C
2#F58551
3#F69467
4#F7A47D
5#F9B393
6#FAC2A8
7#FBD1BE
8#FCE1D4
9#FEF0E9
Tones
Muted variations
1#E86B30
2#DE6E3B
3#D47245
4#CA764F
5#BF7A59
6#B57D63
7#AB816E
8#A18578
9#968982
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE7 #FDE7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD3 #FBD3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9B1 #F9B190 | BordersInactive statesPlaceholder text |
| 400 | F589 #F58956 | Disabled statesSecondary iconsMuted text |
| 500 | F267 #F26726 | Primary brand colorCTAsActive elementsLinks |
| 600 | D44C #D44C0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A93C #A93C0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 782B #782B07 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D1B #4D1B04 | Primary textHigh emphasis contentDark headings |
| 950 | 3011 #301103 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF5F1;
--chocolate-100: #FDE7DD;
--chocolate-200: #FBD3C0;
--chocolate-300: #F9B190;
--chocolate-400: #F58956;
--chocolate-500: #F26726;
--chocolate-600: #D44C0C;
--chocolate-700: #A93C0A;
--chocolate-800: #782B07;
--chocolate-900: #4D1B04;
--chocolate-950: #301103;
}