Black
#2D2D06
YellowColor Codes
All color formats for development
HEX
#2D2D06RGB
rgb(45, 45, 6)HSL
hsl(60, 76%, 10%)OKLCH
oklch(0.288 0.056 109.5)CMYK
cmyk(0%, 0%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#282806
2#242405
3#1F1F04
4#1B1B04
5#161603
6#121202
7#0D0D02
8#090901
9#040401
Tints
Lighter variations
1#55550C
2#7E7E11
3#A6A617
4#CECE1C
5#E3E335
6#E9E95D
7#EEEE86
8#F4F4AE
9#F9F9D7
Tones
Muted variations
1#2B2B08
2#29290A
3#27270C
4#25250E
5#232310
6#212112
7#1F1F14
8#1D1D16
9#1B1B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F7 #F7F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1F1 #F1F198 | BordersInactive statesPlaceholder text |
| 400 | EAEA #EAEA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3E3 #E3E335 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5C5 #C5C51B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D9D #9D9D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7070 #70700F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4848 #48480A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2D #2D2D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDFDF2;
--black-100: #FBFBE0;
--black-200: #F7F7C5;
--black-300: #F1F198;
--black-400: #EAEA62;
--black-500: #E3E335;
--black-600: #C5C51B;
--black-700: #9D9D15;
--black-800: #70700F;
--black-900: #48480A;
--black-950: #2D2D06;
}