Black

#2D1A06

Orange

Color Codes

All color formats for development

HEX
#2D1A06
RGB
rgb(45, 26, 6)
HSL
hsl(31, 76%, 10%)
OKLCH
oklch(0.238 0.044 64.8)
CMYK
cmyk(0%, 42%, 87%, 82%)

Accessibility

WCAG contrast compliance

On White Background

16.64:1

AA AAA

On Black Background

1.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF8
100
#FBEE
200
#F7DF
300
#F1C6
400
#EAA8
500
#E38F
600
#C573
700
#9D5C
800
#7041
900
#482A
950
#2D1A

Shades

Darker variations

1#281806
2#241505
3#1F1204
4#1B1004
5#160D03
6#120A02
7#0D0802
8#090501
9#040301

Tints

Lighter variations

1#55320C
2#7E4911
3#A66117
4#CE781C
5#E38F35
6#E9A65D
7#EEBC86
8#F4D2AE
9#F9E9D7

Tones

Muted variations

1#2B1A08
2#291A0A
3#271A0C
4#251A0E
5#231A10
6#211A12
7#1F1A14
8#1D1A16
9#1B1A18

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF8
#FDF8F2
BackgroundsSubtle highlightsCard backgrounds
100
FBEE
#FBEEE0
Light backgroundsTable row hoverSkeleton loading
200
F7DF
#F7DFC5
Secondary backgroundsInput backgroundsDividers
300
F1C6
#F1C698
BordersInactive statesPlaceholder text
400
EAA8
#EAA862
Disabled statesSecondary iconsMuted text
500
E38F
#E38F35
Primary brand colorCTAsActive elementsLinks
600
C573
#C5731B
Hover statesFocus ringsPrimary buttons hover
700
9D5C
#9D5C15
Active/pressed statesDark mode accentsSecondary text
800
7041
#70410F
Text on light backgroundsHeadingsStrong borders
900
482A
#482A0A
Primary textHigh emphasis contentDark headings
950
2D1A
#2D1A06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDF8F2;
  --black-100: #FBEEE0;
  --black-200: #F7DFC5;
  --black-300: #F1C698;
  --black-400: #EAA862;
  --black-500: #E38F35;
  --black-600: #C5731B;
  --black-700: #9D5C15;
  --black-800: #70410F;
  --black-900: #482A0A;
  --black-950: #2D1A06;
}
Generate More ShadesCreate PaletteConvert Color