Black

#2C2007

Orange

Color Codes

All color formats for development

HEX
#2C2007
RGB
rgb(44, 32, 7)
HSL
hsl(41, 73%, 10%)
OKLCH
oklch(0.252 0.043 83)
CMYK
cmyk(0%, 27%, 84%, 83%)

Accessibility

WCAG contrast compliance

On White Background

15.95:1

AA AAA

On Black Background

1.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF9
100
#FAF2
200
#F6E7
300
#EFD4
400
#E7BE
500
#E0AB
600
#C28E
700
#9A71
800
#6E51
900
#4734
950
#2C20

Shades

Darker variations

1#281D06
2#231A06
3#1F1705
4#1A1304
5#161003
6#120D03
7#0D0A02
8#090601
9#040301

Tints

Lighter variations

1#543D0D
2#7C5B13
3#A37819
4#CB9520
5#E0AB38
6#E6BC60
7#ECCD88
8#F3DDB0
9#F9EED7

Tones

Muted variations

1#2A2009
2#281F0B
3#271E0C
4#251E0E
5#231D10
6#211C12
7#1F1C14
8#1D1B16
9#1B1A18

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF9
#FDF9F2
BackgroundsSubtle highlightsCard backgrounds
100
FAF2
#FAF2E0
Light backgroundsTable row hoverSkeleton loading
200
F6E7
#F6E7C6
Secondary backgroundsInput backgroundsDividers
300
EFD4
#EFD49A
BordersInactive statesPlaceholder text
400
E7BE
#E7BE65
Disabled statesSecondary iconsMuted text
500
E0AB
#E0AB38
Primary brand colorCTAsActive elementsLinks
600
C28E
#C28E1E
Hover statesFocus ringsPrimary buttons hover
700
9A71
#9A7118
Active/pressed statesDark mode accentsSecondary text
800
6E51
#6E5111
Text on light backgroundsHeadingsStrong borders
900
4734
#47340B
Primary textHigh emphasis contentDark headings
950
2C20
#2C2007
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDF9F2;
  --black-100: #FAF2E0;
  --black-200: #F6E7C6;
  --black-300: #EFD49A;
  --black-400: #E7BE65;
  --black-500: #E0AB38;
  --black-600: #C28E1E;
  --black-700: #9A7118;
  --black-800: #6E5111;
  --black-900: #47340B;
  --black-950: #2C2007;
}
Generate More ShadesCreate PaletteConvert Color