Black

#2D2206

Orange

Color Codes

All color formats for development

HEX
#2D2206
RGB
rgb(45, 34, 6)
HSL
hsl(43, 76%, 10%)
OKLCH
oklch(0.258 0.045 87.2)
CMYK
cmyk(0%, 24%, 87%, 82%)

Accessibility

WCAG contrast compliance

On White Background

15.64:1

AA AAA

On Black Background

1.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFA
100
#FBF3
200
#F7E9
300
#F1D8
400
#EAC3
500
#E3B2
600
#C595
700
#9D77
800
#7055
900
#4836
950
#2D22

Shades

Darker variations

1#281F06
2#241B05
3#1F1804
4#1B1404
5#161103
6#120E02
7#0D0A02
8#090701
9#040301

Tints

Lighter variations

1#55400C
2#7E5F11
3#A67D17
4#CE9C1C
5#E3B235
6#E9C15D
7#EED186
8#F4E0AE
9#F9F0D7

Tones

Muted variations

1#2B2108
2#29200A
3#271F0C
4#251F0E
5#231E10
6#211D12
7#1F1C14
8#1D1B16
9#1B1A18

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFA
#FDFAF2
BackgroundsSubtle highlightsCard backgrounds
100
FBF3
#FBF3E0
Light backgroundsTable row hoverSkeleton loading
200
F7E9
#F7E9C5
Secondary backgroundsInput backgroundsDividers
300
F1D8
#F1D898
BordersInactive statesPlaceholder text
400
EAC3
#EAC362
Disabled statesSecondary iconsMuted text
500
E3B2
#E3B235
Primary brand colorCTAsActive elementsLinks
600
C595
#C5951B
Hover statesFocus ringsPrimary buttons hover
700
9D77
#9D7715
Active/pressed statesDark mode accentsSecondary text
800
7055
#70550F
Text on light backgroundsHeadingsStrong borders
900
4836
#48360A
Primary textHigh emphasis contentDark headings
950
2D22
#2D2206
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDFAF2;
  --black-100: #FBF3E0;
  --black-200: #F7E9C5;
  --black-300: #F1D898;
  --black-400: #EAC362;
  --black-500: #E3B235;
  --black-600: #C5951B;
  --black-700: #9D7715;
  --black-800: #70550F;
  --black-900: #48360A;
  --black-950: #2D2206;
}
Generate More ShadesCreate PaletteConvert Color