Tan
#F1BF5B
OrangeColor Codes
All color formats for development
HEX
#F1BF5BRGB
rgb(241, 191, 91)HSL
hsl(40, 84%, 65%)OKLCH
oklch(0.83 0.13 82.5)CMYK
cmyk(0%, 21%, 62%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EEB33C
2#EBA71E
3#D59513
4#B77F10
5#986A0D
6#7A550B
7#5B4008
8#3D2A05
9#1E1503
Tints
Lighter variations
1#F2C56B
2#F4CC7C
3#F5D28C
4#F6D89C
5#F8DFAD
6#F9E5BD
7#FBECCE
8#FCF2DE
9#FEF9EF
Tones
Muted variations
1#E9BC62
2#E2BA6A
3#DAB771
4#D3B579
5#CBB280
6#C4B088
7#BCAD8F
8#B5AB97
9#ADA89E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF2 #FCF2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE7 #FAE7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D5 #F6D593 | BordersInactive statesPlaceholder text |
| 400 | F1BF #F1BF5B | Disabled statesSecondary iconsMuted text |
| 500 | EDAC #EDAC2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE90 #CE9012 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A472 #A4720E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7552 #75520A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B34 #4B3407 | Primary textHigh emphasis contentDark headings |
| 950 | 2F21 #2F2104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF9F1;
--tan-100: #FCF2DE;
--tan-200: #FAE7C2;
--tan-300: #F6D593;
--tan-400: #F1BF5B;
--tan-500: #EDAC2C;
--tan-600: #CE9012;
--tan-700: #A4720E;
--tan-800: #75520A;
--tan-900: #4B3407;
--tan-950: #2F2104;
}