Black

#2C1607

Orange

Color Codes

All color formats for development

HEX
#2C1607
RGB
rgb(44, 22, 7)
HSL
hsl(24, 73%, 10%)
OKLCH
oklch(0.228 0.044 53.4)
CMYK
cmyk(0%, 50%, 84%, 83%)

Accessibility

WCAG contrast compliance

On White Background

17.14:1

AA AAA

On Black Background

1.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF6
100
#FAEB
200
#F6D9
300
#EFBC
400
#E799
500
#E07B
600
#C260
700
#9A4C
800
#6E36
900
#4723
950
#2C16

Shades

Darker variations

1#281406
2#231106
3#1F0F05
4#1A0D04
5#160B03
6#120903
7#0D0702
8#090401
9#040201

Tints

Lighter variations

1#54290D
2#7C3D13
3#A35119
4#CB6420
5#E07B38
6#E69660
7#ECB088
8#F3CAB0
9#F9E5D7

Tones

Muted variations

1#2A1609
2#28170B
3#27170C
4#25170E
5#231810
6#211812
7#1F1814
8#1D1916
9#1B1918

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF6
#FDF6F2
BackgroundsSubtle highlightsCard backgrounds
100
FAEB
#FAEBE0
Light backgroundsTable row hoverSkeleton loading
200
F6D9
#F6D9C6
Secondary backgroundsInput backgroundsDividers
300
EFBC
#EFBC9A
BordersInactive statesPlaceholder text
400
E799
#E79965
Disabled statesSecondary iconsMuted text
500
E07B
#E07B38
Primary brand colorCTAsActive elementsLinks
600
C260
#C2601E
Hover statesFocus ringsPrimary buttons hover
700
9A4C
#9A4C18
Active/pressed statesDark mode accentsSecondary text
800
6E36
#6E3611
Text on light backgroundsHeadingsStrong borders
900
4723
#47230B
Primary textHigh emphasis contentDark headings
950
2C16
#2C1607
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDF6F2;
  --black-100: #FAEBE0;
  --black-200: #F6D9C6;
  --black-300: #EFBC9A;
  --black-400: #E79965;
  --black-500: #E07B38;
  --black-600: #C2601E;
  --black-700: #9A4C18;
  --black-800: #6E3611;
  --black-900: #47230B;
  --black-950: #2C1607;
}
Generate More ShadesCreate PaletteConvert Color