Orange
#DBAD06
YellowColor Codes
All color formats for development
HEX
#DBAD06RGB
rgb(219, 173, 6)HSL
hsl(47, 95%, 44%)OKLCH
oklch(0.768 0.156 89.3)CMYK
cmyk(0%, 21%, 97%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C59B05
2#AF8A04
3#997904
4#836803
5#6D5603
6#584502
7#423402
8#2C2301
9#161101
Tints
Lighter variations
1#F7C306
2#F9CA20
3#FAD13C
4#FBD758
5#FBDE74
6#FCE590
7#FDEBAB
8#FEF2C7
9#FEF8E3
Tones
Muted variations
1#D0A710
2#C5A11B
3#BB9A26
4#B09430
5#A58E3B
6#9B8846
7#908250
8#867C5B
9#7B7666
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF7 #FEF7DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF0 #FDF0BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCE4 #FCE48D | BordersInactive statesPlaceholder text |
| 400 | FBD6 #FBD651 | Disabled statesSecondary iconsMuted text |
| 500 | F9CA #F9CA1F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBAD #DBAD06 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE89 #AE8904 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C62 #7C6203 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503F #503F02 | Primary textHigh emphasis contentDark headings |
| 950 | 3227 #322701 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FFFBF0;
--orange-100: #FEF7DC;
--orange-200: #FDF0BE;
--orange-300: #FCE48D;
--orange-400: #FBD651;
--orange-500: #F9CA1F;
--orange-600: #DBAD06;
--orange-700: #AE8904;
--orange-800: #7C6203;
--orange-900: #503F02;
--orange-950: #322701;
}