Black
#312802
YellowColor Codes
All color formats for development
HEX
#312802RGB
rgb(49, 40, 2)HSL
hsl(49, 92%, 10%)OKLCH
oklch(0.279 0.055 95.3)CMYK
cmyk(0%, 18%, 96%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C2402
2#272002
3#221C01
4#1D1801
5#181401
6#141001
7#0F0C01
8#0A0800
9#050400
Tints
Lighter variations
1#5D4D04
2#897106
3#B59508
4#E1BA09
5#F6CF23
6#F8D94F
7#F9E27B
8#FBECA7
9#FDF5D3
Tones
Muted variations
1#2F2704
2#2C2507
3#2A2409
4#28220B
5#25210E
6#231F10
7#211E12
8#1E1C15
9#1C1B17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF8 #FEF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF1 #FCF1BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAE7 #FAE78E | BordersInactive statesPlaceholder text |
| 400 | F8DA #F8DA54 | Disabled statesSecondary iconsMuted text |
| 500 | F6CF #F6CF23 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7B2 #D7B209 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB8D #AB8D07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A65 #7A6505 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E41 #4E4103 | Primary textHigh emphasis contentDark headings |
| 950 | 3128 #312802 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEFCF0;
--black-100: #FEF8DD;
--black-200: #FCF1BF;
--black-300: #FAE78E;
--black-400: #F8DA54;
--black-500: #F6CF23;
--black-600: #D7B209;
--black-700: #AB8D07;
--black-800: #7A6505;
--black-900: #4E4103;
--black-950: #312802;
}