Orange
#DBB706
YellowColor Codes
All color formats for development
HEX
#DBB706RGB
rgb(219, 183, 6)HSL
hsl(50, 95%, 44%)OKLCH
oklch(0.788 0.161 94.6)CMYK
cmyk(0%, 16%, 97%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C5A505
2#AF9304
3#998004
4#836E03
5#6D5C03
6#584902
7#423702
8#2C2501
9#161201
Tints
Lighter variations
1#F7CF06
2#F9D520
3#FADA3C
4#FBE058
5#FBE574
6#FCEA90
7#FDEFAB
8#FEF5C7
9#FEFAE3
Tones
Muted variations
1#D0B010
2#C5A91B
3#BBA226
4#B09B30
5#A5943B
6#9B8D46
7#908650
8#867E5B
9#7B7766
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF8 #FEF8DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF3 #FDF3BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCE9 #FCE98D | BordersInactive statesPlaceholder text |
| 400 | FBDE #FBDE51 | Disabled statesSecondary iconsMuted text |
| 500 | F9D5 #F9D51F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBB7 #DBB706 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE92 #AE9204 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C68 #7C6803 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5043 #504302 | Primary textHigh emphasis contentDark headings |
| 950 | 322A #322A01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FFFCF0;
--orange-100: #FEF8DC;
--orange-200: #FDF3BE;
--orange-300: #FCE98D;
--orange-400: #FBDE51;
--orange-500: #F9D51F;
--orange-600: #DBB706;
--orange-700: #AE9204;
--orange-800: #7C6803;
--orange-900: #504302;
--orange-950: #322A01;
}