Chocolate
#F15A27
OrangeColor Codes
All color formats for development
HEX
#F15A27RGB
rgb(241, 90, 39)HSL
hsl(15, 88%, 55%)OKLCH
oklch(0.661 0.196 37.7)CMYK
cmyk(0%, 63%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED470F
2#D33F0D
3#B9370C
4#9E2F0A
5#842708
6#691F07
7#4F1805
8#351003
9#1A0802
Tints
Lighter variations
1#F36A3D
2#F47B52
3#F58B68
4#F79C7E
5#F8AC93
6#F9BDA9
7#FBCDBE
8#FCDED4
9#FEEEE9
Tones
Muted variations
1#E75F31
2#DD643B
3#D36946
4#C96E50
5#BF735A
6#B57864
7#AB7D6E
8#A08278
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 #FBCFC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8AB #F8AB91 | BordersInactive statesPlaceholder text |
| 400 | F47E #F47E57 | Disabled statesSecondary iconsMuted text |
| 500 | F15A #F15A27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D33F #D33F0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A832 #A8320B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7824 #782408 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D17 #4D1705 | 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: #FBCFC1;
--chocolate-300: #F8AB91;
--chocolate-400: #F47E57;
--chocolate-500: #F15A27;
--chocolate-600: #D33F0D;
--chocolate-700: #A8320B;
--chocolate-800: #782408;
--chocolate-900: #4D1705;
--chocolate-950: #300E03;
}