Orange
#D4B60C
YellowColor Codes
All color formats for development
HEX
#D4B60CRGB
rgb(212, 182, 12)HSL
hsl(51, 89%, 44%)OKLCH
oklch(0.779 0.159 97)CMYK
cmyk(0%, 14%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BFA40B
2#AA920A
3#947F09
4#7F6D07
5#6A5B06
6#554905
7#403704
8#2A2402
9#151201
Tints
Lighter variations
1#EFCD0E
2#F2D427
3#F4D942
4#F6DF5D
5#F7E478
6#F9E993
7#FAEFAE
8#FCF4C9
9#FDFAE4
Tones
Muted variations
1#CAAF16
2#C0A820
3#B6A12A
4#AC9A34
5#A2933E
6#988C48
7#8E8552
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 | FBF3 #FBF3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E9 #F9E990 | BordersInactive statesPlaceholder text |
| 400 | F5DD #F5DD56 | Disabled statesSecondary iconsMuted text |
| 500 | F2D4 #F2D426 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4B6 #D4B60C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A991 #A9910A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7867 #786707 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D42 #4D4204 | 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: #FBF3C0;
--orange-300: #F9E990;
--orange-400: #F5DD56;
--orange-500: #F2D426;
--orange-600: #D4B60C;
--orange-700: #A9910A;
--orange-800: #786707;
--orange-900: #4D4204;
--orange-950: #302903;
}