Orange
#D4B30C
YellowColor Codes
All color formats for development
HEX
#D4B30CRGB
rgb(212, 179, 12)HSL
hsl(50, 89%, 44%)OKLCH
oklch(0.773 0.157 95.4)CMYK
cmyk(0%, 16%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BFA10B
2#AA8F0A
3#947D09
4#7F6B07
5#6A5906
6#554805
7#403604
8#2A2402
9#151201
Tints
Lighter variations
1#EFCA0E
2#F2D127
3#F4D642
4#F6DC5D
5#F7E278
6#F9E893
7#FAEEAE
8#FCF3C9
9#FDF9E4
Tones
Muted variations
1#CAAC16
2#C0A520
3#B69F2A
4#AC9834
5#A2913E
6#988B48
7#8E8452
8#847E5C
9#7A7766
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF8 #FDF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF2 #FBF2C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E7 #F9E790 | BordersInactive statesPlaceholder text |
| 400 | F5DB #F5DB56 | Disabled statesSecondary iconsMuted text |
| 500 | F2D0 #F2D026 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4B3 #D4B30C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A98E #A98E0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7866 #786607 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D41 #4D4104 | 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: #FDF8DD;
--orange-200: #FBF2C0;
--orange-300: #F9E790;
--orange-400: #F5DB56;
--orange-500: #F2D026;
--orange-600: #D4B30C;
--orange-700: #A98E0A;
--orange-800: #786607;
--orange-900: #4D4104;
--orange-950: #302903;
}