Chocolate
#F27F26
OrangeColor Codes
All color formats for development
HEX
#F27F26RGB
rgb(242, 127, 38)HSL
hsl(26, 89%, 55%)OKLCH
oklch(0.714 0.169 52.4)CMYK
cmyk(0%, 48%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF6F0E
2#D4630C
3#BA570B
4#9F4A09
5#853E08
6#6A3106
7#502505
8#351903
9#1B0C02
Tints
Lighter variations
1#F48B3C
2#F59851
3#F6A567
4#F7B27D
5#F9BF93
6#FACCA8
7#FBD8BE
8#FCE5D4
9#FEF2E9
Tones
Muted variations
1#E88030
2#DE813B
3#D48345
4#CA844F
5#BF8559
6#B58763
7#AB886E
8#A18A78
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 #FBDAC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9BD #F9BD90 | BordersInactive statesPlaceholder text |
| 400 | F59B #F59B56 | Disabled statesSecondary iconsMuted text |
| 500 | F27F #F27F26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D463 #D4630C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A94F #A94F0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7838 #783807 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D24 #4D2404 | 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: #FEF6F1;
--chocolate-100: #FDEBDD;
--chocolate-200: #FBDAC0;
--chocolate-300: #F9BD90;
--chocolate-400: #F59B56;
--chocolate-500: #F27F26;
--chocolate-600: #D4630C;
--chocolate-700: #A94F0A;
--chocolate-800: #783807;
--chocolate-900: #4D2404;
--chocolate-950: #301603;
}