Orange
#D4B90C
YellowColor Codes
All color formats for development
HEX
#D4B90CRGB
rgb(212, 185, 12)HSL
hsl(52, 89%, 44%)OKLCH
oklch(0.785 0.161 98.5)CMYK
cmyk(0%, 13%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BFA70B
2#AA940A
3#948209
4#7F6F07
5#6A5D06
6#554A05
7#403804
8#2A2502
9#151301
Tints
Lighter variations
1#EFD10E
2#F2D727
3#F4DC42
4#F6E15D
5#F7E678
6#F9EB93
7#FAF0AE
8#FCF5C9
9#FDFAE4
Tones
Muted variations
1#CAB216
2#C0AB20
3#B6A32A
4#AC9C34
5#A2953E
6#988D48
7#8E8652
8#847F5C
9#7A7866
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF9 #FDF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF3 #FBF3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9EB #F9EB90 | BordersInactive statesPlaceholder text |
| 400 | F5E0 #F5E056 | Disabled statesSecondary iconsMuted text |
| 500 | F2D7 #F2D726 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4B9 #D4B90C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A994 #A9940A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7869 #786907 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D43 #4D4304 | Primary textHigh emphasis contentDark headings |
| 950 | 302A #302A03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFCF1;
--orange-100: #FDF9DD;
--orange-200: #FBF3C0;
--orange-300: #F9EB90;
--orange-400: #F5E056;
--orange-500: #F2D726;
--orange-600: #D4B90C;
--orange-700: #A9940A;
--orange-800: #786907;
--orange-900: #4D4304;
--orange-950: #302A03;
}