Chocolate
#F17F27
OrangeColor Codes
All color formats for development
HEX
#F17F27RGB
rgb(241, 127, 39)HSL
hsl(26, 88%, 55%)OKLCH
oklch(0.712 0.168 52.5)CMYK
cmyk(0%, 47%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED6F0F
2#D3630D
3#B9570C
4#9E4A0A
5#843E08
6#693207
7#4F2505
8#351903
9#1A0C02
Tints
Lighter variations
1#F38C3D
2#F49852
3#F5A568
4#F7B27E
5#F8BF93
6#F9CCA9
7#FBD9BE
8#FCE5D4
9#FEF2E9
Tones
Muted variations
1#E78031
2#DD813B
3#D38346
4#C98450
5#BF865A
6#B58764
7#AB886E
8#A08A78
9#968B82
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEB #FDEBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBDA #FBDAC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8BD #F8BD91 | BordersInactive statesPlaceholder text |
| 400 | F49B #F49B57 | Disabled statesSecondary iconsMuted text |
| 500 | F17F #F17F27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D363 #D3630D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A84F #A84F0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7838 #783808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D24 #4D2405 | Primary textHigh emphasis contentDark headings |
| 950 | 3017 #301703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF6F1;
--chocolate-100: #FDEBDD;
--chocolate-200: #FBDAC1;
--chocolate-300: #F8BD91;
--chocolate-400: #F49B57;
--chocolate-500: #F17F27;
--chocolate-600: #D3630D;
--chocolate-700: #A84F0B;
--chocolate-800: #783808;
--chocolate-900: #4D2405;
--chocolate-950: #301703;
}