Orange
#D2B50F
YellowColor Codes
All color formats for development
HEX
#D2B50FRGB
rgb(210, 181, 15)HSL
hsl(51, 87%, 44%)OKLCH
oklch(0.775 0.158 97.3)CMYK
cmyk(0%, 14%, 93%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BDA20D
2#A8900C
3#937E0A
4#7E6C09
5#695A07
6#544806
7#3F3604
8#2A2403
9#151201
Tints
Lighter variations
1#EDCC10
2#F0D229
3#F2D844
4#F4DD5F
5#F6E379
6#F8E994
7#F9EEAF
8#FBF4CA
9#FDF9E4
Tones
Muted variations
1#C8AE18
2#BEA722
3#B5A02C
4#AB9936
5#A1923F
6#978C49
7#8D8553
8#847E5D
9#7A7766
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF8 #FDF8DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF2 #FBF2C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7E8 #F7E891 | BordersInactive statesPlaceholder text |
| 400 | F3DC #F3DC58 | Disabled statesSecondary iconsMuted text |
| 500 | F0D2 #F0D228 | Primary brand colorCTAsActive elementsLinks |
| 600 | D2B5 #D2B50F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A790 #A7900C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7767 #776708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C42 #4C4205 | Primary textHigh emphasis contentDark headings |
| 950 | 3029 #302903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFCF1;
--orange-100: #FDF8DE;
--orange-200: #FBF2C1;
--orange-300: #F7E891;
--orange-400: #F3DC58;
--orange-500: #F0D228;
--orange-600: #D2B50F;
--orange-700: #A7900C;
--orange-800: #776708;
--orange-900: #4C4205;
--orange-950: #302903;
}