Chocolate
#F16727
OrangeColor Codes
All color formats for development
HEX
#F16727RGB
rgb(241, 103, 39)HSL
hsl(19, 88%, 55%)OKLCH
oklch(0.677 0.185 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#ED550F
2#D34C0D
3#B9420C
4#9E390A
5#842F08
6#692607
7#4F1C05
8#351303
9#1A0902
Tints
Lighter variations
1#F3763D
2#F48652
3#F59568
4#F7A47E
5#F8B393
6#F9C2A9
7#FBD1BE
8#FCE1D4
9#FEF0E9
Tones
Muted variations
1#E76B31
2#DD6F3B
3#D37246
4#C97650
5#BF7A5A
6#B57D64
7#AB816E
8#A08578
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 #FBD3C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8B1 #F8B191 | BordersInactive statesPlaceholder text |
| 400 | F489 #F48957 | Disabled statesSecondary iconsMuted text |
| 500 | F167 #F16727 | Primary brand colorCTAsActive elementsLinks |
| 600 | D34C #D34C0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A83C #A83C0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 782B #782B08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D1C #4D1C05 | 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: #FBD3C1;
--chocolate-300: #F8B191;
--chocolate-400: #F48957;
--chocolate-500: #F16727;
--chocolate-600: #D34C0D;
--chocolate-700: #A83C0B;
--chocolate-800: #782B08;
--chocolate-900: #4D1C05;
--chocolate-950: #301103;
}