Black

#2C2C07

Yellow

Color Codes

All color formats for development

HEX
#2C2C07
RGB
rgb(44, 44, 7)
HSL
hsl(60, 73%, 10%)
OKLCH
oklch(0.285 0.054 109.4)
CMYK
cmyk(0%, 0%, 84%, 83%)

Accessibility

WCAG contrast compliance

On White Background

14.28:1

AA AAA

On Black Background

1.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFD
100
#FAFA
200
#F6F6
300
#EFEF
400
#E7E7
500
#E0E0
600
#C2C2
700
#9A9A
800
#6E6E
900
#4747
950
#2C2C

Shades

Darker variations

1#282806
2#232306
3#1F1F05
4#1A1A04
5#161603
6#121203
7#0D0D02
8#090901
9#040401

Tints

Lighter variations

1#54540D
2#7C7C13
3#A3A319
4#CBCB20
5#E0E038
6#E6E660
7#ECEC88
8#F3F3B0
9#F9F9D7

Tones

Muted variations

1#2A2A09
2#28280B
3#27270C
4#25250E
5#232310
6#212112
7#1F1F14
8#1D1D16
9#1B1B18

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFD
#FDFDF2
BackgroundsSubtle highlightsCard backgrounds
100
FAFA
#FAFAE0
Light backgroundsTable row hoverSkeleton loading
200
F6F6
#F6F6C6
Secondary backgroundsInput backgroundsDividers
300
EFEF
#EFEF9A
BordersInactive statesPlaceholder text
400
E7E7
#E7E765
Disabled statesSecondary iconsMuted text
500
E0E0
#E0E038
Primary brand colorCTAsActive elementsLinks
600
C2C2
#C2C21E
Hover statesFocus ringsPrimary buttons hover
700
9A9A
#9A9A18
Active/pressed statesDark mode accentsSecondary text
800
6E6E
#6E6E11
Text on light backgroundsHeadingsStrong borders
900
4747
#47470B
Primary textHigh emphasis contentDark headings
950
2C2C
#2C2C07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDFDF2;
  --black-100: #FAFAE0;
  --black-200: #F6F6C6;
  --black-300: #EFEF9A;
  --black-400: #E7E765;
  --black-500: #E0E038;
  --black-600: #C2C21E;
  --black-700: #9A9A18;
  --black-800: #6E6E11;
  --black-900: #47470B;
  --black-950: #2C2C07;
}
Generate More ShadesCreate PaletteConvert Color