Chocolate
#D5630B
OrangeColor Codes
All color formats for development
HEX
#D5630BRGB
rgb(213, 99, 11)HSL
hsl(26, 90%, 44%)OKLCH
oklch(0.629 0.166 48.9)CMYK
cmyk(0%, 54%, 95%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C0590A
2#AB4F09
3#954508
4#803B07
5#6B3106
6#552704
7#401E03
8#2B1402
9#150A01
Tints
Lighter variations
1#F06F0D
2#F47F26
3#F58F41
4#F69F5C
5#F8AF77
6#F9BF92
7#FBCFAE
8#FCDFC9
9#FEEFE4
Tones
Muted variations
1#CB6415
2#C1651F
3#B7672A
4#AD6834
5#A3693E
6#996B48
7#8E6C52
8#846E5C
9#7A6F66
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEB #FDEBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCDA #FCDAC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9BD #F9BD90 | BordersInactive statesPlaceholder text |
| 400 | F69B #F69B55 | Disabled statesSecondary iconsMuted text |
| 500 | F47E #F47E25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D563 #D5630B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA4F #AA4F09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7938 #793806 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E24 #4E2404 | Primary textHigh emphasis contentDark headings |
| 950 | 3016 #301603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF6F0;
--chocolate-100: #FDEBDD;
--chocolate-200: #FCDAC0;
--chocolate-300: #F9BD90;
--chocolate-400: #F69B55;
--chocolate-500: #F47E25;
--chocolate-600: #D5630B;
--chocolate-700: #AA4F09;
--chocolate-800: #793806;
--chocolate-900: #4E2404;
--chocolate-950: #301603;
}