Orange
#DBB006
YellowColor Codes
All color formats for development
HEX
#DBB006RGB
rgb(219, 176, 6)HSL
hsl(48, 95%, 44%)OKLCH
oklch(0.774 0.157 90.9)CMYK
cmyk(0%, 20%, 97%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C59F05
2#AF8D04
3#997B04
4#836A03
5#6D5803
6#584602
7#423502
8#2C2301
9#161201
Tints
Lighter variations
1#F7C706
2#F9CE20
3#FAD43C
4#FBDA58
5#FBE074
6#FCE690
7#FDEDAB
8#FEF3C7
9#FEF9E3
Tones
Muted variations
1#D0AA10
2#C5A31B
3#BB9D26
4#B09730
5#A5903B
6#9B8A46
7#908350
8#867D5B
9#7B7766
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF7 #FEF7DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF1 #FDF1BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCE6 #FCE68D | BordersInactive statesPlaceholder text |
| 400 | FBD9 #FBD951 | Disabled statesSecondary iconsMuted text |
| 500 | F9CE #F9CE1F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBB0 #DBB006 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE8C #AE8C04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C64 #7C6403 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5040 #504002 | Primary textHigh emphasis contentDark headings |
| 950 | 3228 #322801 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FFFCF0;
--orange-100: #FEF7DC;
--orange-200: #FDF1BE;
--orange-300: #FCE68D;
--orange-400: #FBD951;
--orange-500: #F9CE1F;
--orange-600: #DBB006;
--orange-700: #AE8C04;
--orange-800: #7C6403;
--orange-900: #504002;
--orange-950: #322801;
}