Orange
#DBA206
OrangeColor Codes
All color formats for development
HEX
#DBA206RGB
rgb(219, 162, 6)HSL
hsl(44, 95%, 44%)OKLCH
oklch(0.746 0.152 83)CMYK
cmyk(0%, 26%, 97%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C59205
2#AF8204
3#997104
4#836103
5#6D5103
6#584102
7#423102
8#2C2001
9#161001
Tints
Lighter variations
1#F7B706
2#F9BF20
3#FAC73C
4#FBCF58
5#FBD774
6#FCDF90
7#FDE7AB
8#FEEFC7
9#FEF7E3
Tones
Muted variations
1#D09D10
2#C5981B
3#BB9326
4#B08E30
5#A5893B
6#9B8446
7#907F50
8#867A5B
9#7B7566
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF5 #FEF5DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDED #FDEDBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCDE #FCDE8D | BordersInactive statesPlaceholder text |
| 400 | FBCD #FBCD51 | Disabled statesSecondary iconsMuted text |
| 500 | F9BF #F9BF1F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBA2 #DBA206 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE81 #AE8104 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C5C #7C5C03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503B #503B02 | Primary textHigh emphasis contentDark headings |
| 950 | 3225 #322501 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FFFBF0;
--orange-100: #FEF5DC;
--orange-200: #FDEDBE;
--orange-300: #FCDE8D;
--orange-400: #FBCD51;
--orange-500: #F9BF1F;
--orange-600: #DBA206;
--orange-700: #AE8104;
--orange-800: #7C5C03;
--orange-900: #503B02;
--orange-950: #322501;
}