Chocolate
#F25926
OrangeColor Codes
All color formats for development
HEX
#F25926RGB
rgb(242, 89, 38)HSL
hsl(15, 89%, 55%)OKLCH
oklch(0.661 0.198 37.5)CMYK
cmyk(0%, 63%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF460E
2#D43E0C
3#BA360B
4#9F2F09
5#852708
6#6A1F06
7#501705
8#351003
9#1B0802
Tints
Lighter variations
1#F46A3C
2#F57A51
3#F68B67
4#F79C7D
5#F9AC93
6#FABDA8
7#FBCDBE
8#FCDED4
9#FEEEE9
Tones
Muted variations
1#E85E30
2#DE633B
3#D46945
4#CA6E4F
5#BF7359
6#B57863
7#AB7D6E
8#A18278
9#968782
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE5 #FDE5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCF #FBCFC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9AA #F9AA90 | BordersInactive statesPlaceholder text |
| 400 | F57E #F57E56 | Disabled statesSecondary iconsMuted text |
| 500 | F259 #F25926 | Primary brand colorCTAsActive elementsLinks |
| 600 | D43E #D43E0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A932 #A9320A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7823 #782307 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D17 #4D1704 | Primary textHigh emphasis contentDark headings |
| 950 | 300E #300E03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF4F1;
--chocolate-100: #FDE5DD;
--chocolate-200: #FBCFC0;
--chocolate-300: #F9AA90;
--chocolate-400: #F57E56;
--chocolate-500: #F25926;
--chocolate-600: #D43E0C;
--chocolate-700: #A9320A;
--chocolate-800: #782307;
--chocolate-900: #4D1704;
--chocolate-950: #300E03;
}