Chocolate
#DF5B3A
RedColor Codes
All color formats for development
HEX
#DF5B3ARGB
rgb(223, 91, 58)HSL
hsl(12, 72%, 55%)OKLCH
oklch(0.636 0.172 35.2)CMYK
cmyk(0%, 59%, 74%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D94823
2#C1401F
3#A9381B
4#913018
5#792814
6#602010
7#48180C
8#301008
9#180804
Tints
Lighter variations
1#E26B4D
2#E57C61
3#E98C75
4#EC9C89
5#EFAD9C
6#F2BDB0
7#F5CEC4
8#F9DED8
9#FCEFEB
Tones
Muted variations
1#D76042
2#CE654A
3#C66A52
4#BE6F5B
5#B67363
6#AD786B
7#A57D73
8#9D827C
9#958784
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE5 #FAE5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6D0 #F6D0C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFAB #EFAB9A | BordersInactive statesPlaceholder text |
| 400 | E67F #E67F65 | Disabled statesSecondary iconsMuted text |
| 500 | DF5B #DF5B3A | Primary brand colorCTAsActive elementsLinks |
| 600 | C140 #C1401F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A33 #9A3319 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E24 #6E2412 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4617 #46170B | Primary textHigh emphasis contentDark headings |
| 950 | 2C0E #2C0E07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF4F2;
--chocolate-100: #FAE5E0;
--chocolate-200: #F6D0C6;
--chocolate-300: #EFAB9A;
--chocolate-400: #E67F65;
--chocolate-500: #DF5B3A;
--chocolate-600: #C1401F;
--chocolate-700: #9A3319;
--chocolate-800: #6E2412;
--chocolate-900: #46170B;
--chocolate-950: #2C0E07;
}