Black

#2E2305

Orange

Color Codes

All color formats for development

HEX
#2E2305
RGB
rgb(46, 35, 5)
HSL
hsl(44, 80%, 10%)
OKLCH
oklch(0.262 0.047 88.4)
CMYK
cmyk(0%, 24%, 89%, 82%)

Accessibility

WCAG contrast compliance

On White Background

15.46:1

AA AAA

On Black Background

1.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFA
100
#FBF4
200
#F8EA
300
#F3DA
400
#EDC7
500
#E8B7
600
#CA9A
700
#A17B
800
#7358
900
#4938
950
#2E23

Shades

Darker variations

1#292005
2#251C04
3#201904
4#1C1503
5#171203
6#120E02
7#0E0B02
8#090701
9#050401

Tints

Lighter variations

1#57430A
2#81620E
3#AA8213
4#D3A117
5#E8B730
6#EDC55A
7#F1D483
8#F6E2AC
9#FAF1D6

Tones

Muted variations

1#2C2207
2#2A2109
3#28200B
4#261F0D
5#241E0F
6#221D11
7#201C13
8#1E1B15
9#1C1A17

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFA
#FDFAF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF4
#FBF4DF
Light backgroundsTable row hoverSkeleton loading
200
F8EA
#F8EAC3
Secondary backgroundsInput backgroundsDividers
300
F3DA
#F3DA95
BordersInactive statesPlaceholder text
400
EDC7
#EDC75E
Disabled statesSecondary iconsMuted text
500
E8B7
#E8B730
Primary brand colorCTAsActive elementsLinks
600
CA9A
#CA9A16
Hover statesFocus ringsPrimary buttons hover
700
A17B
#A17B12
Active/pressed statesDark mode accentsSecondary text
800
7358
#73580D
Text on light backgroundsHeadingsStrong borders
900
4938
#493808
Primary textHigh emphasis contentDark headings
950
2E23
#2E2305
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDFAF1;
  --black-100: #FBF4DF;
  --black-200: #F8EAC3;
  --black-300: #F3DA95;
  --black-400: #EDC75E;
  --black-500: #E8B730;
  --black-600: #CA9A16;
  --black-700: #A17B12;
  --black-800: #73580D;
  --black-900: #493808;
  --black-950: #2E2305;
}
Generate More ShadesCreate PaletteConvert Color