Orange
#DBA506
YellowColor Codes
All color formats for development
HEX
#DBA506RGB
rgb(219, 165, 6)HSL
hsl(45, 95%, 44%)OKLCH
oklch(0.752 0.153 84.7)CMYK
cmyk(0%, 25%, 97%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C59505
2#AF8404
3#997404
4#836303
5#6D5303
6#584202
7#423202
8#2C2101
9#161101
Tints
Lighter variations
1#F7BB06
2#F9C320
3#FACB3C
4#FBD258
5#FBDA74
6#FCE190
7#FDE9AB
8#FEF0C7
9#FEF8E3
Tones
Muted variations
1#D0A010
2#C59B1B
3#BB9626
4#B09030
5#A58B3B
6#9B8646
7#908050
8#867B5B
9#7B7666
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF6 #FEF6DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDEE #FDEEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCE0 #FCE08D | BordersInactive statesPlaceholder text |
| 400 | FBD0 #FBD051 | Disabled statesSecondary iconsMuted text |
| 500 | F9C3 #F9C31F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBA5 #DBA506 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE84 #AE8404 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C5E #7C5E03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503C #503C02 | Primary textHigh emphasis contentDark headings |
| 950 | 3226 #322601 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FFFBF0;
--orange-100: #FEF6DC;
--orange-200: #FDEEBE;
--orange-300: #FCE08D;
--orange-400: #FBD051;
--orange-500: #F9C31F;
--orange-600: #DBA506;
--orange-700: #AE8404;
--orange-800: #7C5E03;
--orange-900: #503C02;
--orange-950: #322601;
}