Black
#2C2907
YellowColor Codes
All color formats for development
HEX
#2C2907RGB
rgb(44, 41, 7)HSL
hsl(55, 73%, 10%)OKLCH
oklch(0.276 0.051 104.3)CMYK
cmyk(0%, 7%, 84%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#282506
2#232106
3#1F1D05
4#1A1904
5#161503
6#121003
7#0D0C02
8#090801
9#040401
Tints
Lighter variations
1#544E0D
2#7C7313
3#A39819
4#CBBD20
5#E0D238
6#E6DB60
7#ECE488
8#F3EDB0
9#F9F6D7
Tones
Muted variations
1#2A2709
2#28260B
3#27240C
4#25230E
5#232110
6#212012
7#1F1E14
8#1D1D16
9#1B1B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF8 #FAF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6F2 #F6F2C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFE8 #EFE89A | BordersInactive statesPlaceholder text |
| 400 | E7DC #E7DC65 | Disabled statesSecondary iconsMuted text |
| 500 | E0D2 #E0D238 | Primary brand colorCTAsActive elementsLinks |
| 600 | C2B4 #C2B41E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A90 #9A9018 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E67 #6E6711 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4742 #47420B | Primary textHigh emphasis contentDark headings |
| 950 | 2C29 #2C2907 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDFCF2;
--black-100: #FAF8E0;
--black-200: #F6F2C6;
--black-300: #EFE89A;
--black-400: #E7DC65;
--black-500: #E0D238;
--black-600: #C2B41E;
--black-700: #9A9018;
--black-800: #6E6711;
--black-900: #47420B;
--black-950: #2C2907;
}