Black
#303003
YellowColor Codes
All color formats for development
HEX
#303003RGB
rgb(48, 48, 3)HSL
hsl(60, 88%, 10%)OKLCH
oklch(0.3 0.062 109.6)CMYK
cmyk(0%, 0%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B2B03
2#262602
3#222202
4#1D1D02
5#181802
6#131301
7#0E0E01
8#0A0A01
9#050500
Tints
Lighter variations
1#5B5B06
2#868609
3#B1B10B
4#DDDD0E
5#F1F127
6#F4F452
7#F7F77E
8#F9F9A9
9#FCFCD4
Tones
Muted variations
1#2E2E05
2#2B2B08
3#29290A
4#27270C
5#25250E
6#222211
7#202013
8#1E1E15
9#1C1C17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFD #FDFDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBFB #FBFBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8F8 #F8F891 | BordersInactive statesPlaceholder text |
| 400 | F4F4 #F4F457 | Disabled statesSecondary iconsMuted text |
| 500 | F1F1 #F1F127 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3D3 #D3D30D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A8A8 #A8A80B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7878 #787808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D4D #4D4D05 | Primary textHigh emphasis contentDark headings |
| 950 | 3030 #303003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEFEF1;
--black-100: #FDFDDD;
--black-200: #FBFBC1;
--black-300: #F8F891;
--black-400: #F4F457;
--black-500: #F1F127;
--black-600: #D3D30D;
--black-700: #A8A80B;
--black-800: #787808;
--black-900: #4D4D05;
--black-950: #303003;
}