Chocolate
#F46625
OrangeColor Codes
All color formats for development
HEX
#F46625RGB
rgb(244, 102, 37)HSL
hsl(19, 90%, 55%)OKLCH
oklch(0.68 0.189 41.7)CMYK
cmyk(0%, 58%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0550D
2#D54B0B
3#BB420A
4#A03808
5#852F07
6#6B2606
7#501C04
8#351303
9#1B0901
Tints
Lighter variations
1#F5763B
2#F68551
3#F79466
4#F8A37C
5#F9B392
6#FAC2A8
7#FCD1BE
8#FDE0D3
9#FEF0E9
Tones
Muted variations
1#E96A2F
2#DF6E3A
3#D57244
4#CA764E
5#C07959
6#B67D63
7#AB816D
8#A18578
9#978882
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE7 #FDE7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD3 #FCD3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9B1 #F9B190 | BordersInactive statesPlaceholder text |
| 400 | F688 #F68855 | Disabled statesSecondary iconsMuted text |
| 500 | F466 #F46625 | Primary brand colorCTAsActive elementsLinks |
| 600 | D54B #D54B0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA3C #AA3C09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 792B #792B06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E1B #4E1B04 | 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: #FEF5F0;
--chocolate-100: #FDE7DD;
--chocolate-200: #FCD3C0;
--chocolate-300: #F9B190;
--chocolate-400: #F68855;
--chocolate-500: #F46625;
--chocolate-600: #D54B0B;
--chocolate-700: #AA3C09;
--chocolate-800: #792B06;
--chocolate-900: #4E1B04;
--chocolate-950: #301103;
}