Black

#2E2E05

Yellow

Color Codes

All color formats for development

HEX
#2E2E05
RGB
rgb(46, 46, 5)
HSL
hsl(60, 80%, 10%)
OKLCH
oklch(0.292 0.058 109.5)
CMYK
cmyk(0%, 0%, 89%, 82%)

Accessibility

WCAG contrast compliance

On White Background

13.92:1

AA AAA

On Black Background

1.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFD
100
#FBFB
200
#F8F8
300
#F3F3
400
#EDED
500
#E8E8
600
#CACA
700
#A1A1
800
#7373
900
#4949
950
#2E2E

Shades

Darker variations

1#292905
2#252504
3#202004
4#1C1C03
5#171703
6#121202
7#0E0E02
8#090901
9#050501

Tints

Lighter variations

1#57570A
2#81810E
3#AAAA13
4#D3D317
5#E8E830
6#EDED5A
7#F1F183
8#F6F6AC
9#FAFAD6

Tones

Muted variations

1#2C2C07
2#2A2A09
3#28280B
4#26260D
5#24240F
6#222211
7#202013
8#1E1E15
9#1C1C17

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFD
#FDFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FBFB
#FBFBDF
Light backgroundsTable row hoverSkeleton loading
200
F8F8
#F8F8C3
Secondary backgroundsInput backgroundsDividers
300
F3F3
#F3F395
BordersInactive statesPlaceholder text
400
EDED
#EDED5E
Disabled statesSecondary iconsMuted text
500
E8E8
#E8E830
Primary brand colorCTAsActive elementsLinks
600
CACA
#CACA16
Hover statesFocus ringsPrimary buttons hover
700
A1A1
#A1A112
Active/pressed statesDark mode accentsSecondary text
800
7373
#73730D
Text on light backgroundsHeadingsStrong borders
900
4949
#494908
Primary textHigh emphasis contentDark headings
950
2E2E
#2E2E05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDFDF1;
  --black-100: #FBFBDF;
  --black-200: #F8F8C3;
  --black-300: #F3F395;
  --black-400: #EDED5E;
  --black-500: #E8E830;
  --black-600: #CACA16;
  --black-700: #A1A112;
  --black-800: #73730D;
  --black-900: #494908;
  --black-950: #2E2E05;
}
Generate More ShadesCreate PaletteConvert Color