Black
#2F2D04
YellowColor Codes
All color formats for development
HEX
#2F2D04RGB
rgb(47, 45, 4)HSL
hsl(57, 84%, 10%)OKLCH
oklch(0.29 0.058 106.7)CMYK
cmyk(0%, 4%, 91%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A2804
2#262403
3#211F03
4#1C1B02
5#171602
6#131202
7#0E0D01
8#090901
9#050400
Tints
Lighter variations
1#595508
2#837D0B
3#AEA60F
4#D8CE13
5#EDE32C
6#F0E956
7#F4EE80
8#F8F4AB
9#FBF9D5
Tones
Muted variations
1#2D2B06
2#2B2908
3#28270B
4#26250D
5#24230F
6#222111
7#201F13
8#1E1D15
9#1C1B17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF7 #FAF7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6F1 #F6F193 | BordersInactive statesPlaceholder text |
| 400 | F1E9 #F1E95B | Disabled statesSecondary iconsMuted text |
| 500 | EDE3 #EDE32C | Primary brand colorCTAsActive elementsLinks |
| 600 | CEC5 #CEC512 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A49D #A49D0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7570 #75700A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B48 #4B4807 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2D #2F2D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEFDF1;
--black-100: #FCFBDE;
--black-200: #FAF7C2;
--black-300: #F6F193;
--black-400: #F1E95B;
--black-500: #EDE32C;
--black-600: #CEC512;
--black-700: #A49D0E;
--black-800: #75700A;
--black-900: #4B4807;
--black-950: #2F2D04;
}