Black

#2D1F06

Orange

Color Codes

All color formats for development

HEX
#2D1F06
RGB
rgb(45, 31, 6)
HSL
hsl(38, 76%, 10%)
OKLCH
oklch(0.251 0.044 79.1)
CMYK
cmyk(0%, 31%, 87%, 82%)

Accessibility

WCAG contrast compliance

On White Background

16.03:1

AA AAA

On Black Background

1.31:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF9
100
#FBF1
200
#F7E5
300
#F1D0
400
#EAB8
500
#E3A4
600
#C587
700
#9D6B
800
#704D
900
#4831
950
#2D1F

Shades

Darker variations

1#281C06
2#241905
3#1F1504
4#1B1204
5#160F03
6#120C02
7#0D0902
8#090601
9#040301

Tints

Lighter variations

1#553A0C
2#7E5611
3#A67117
4#CE8D1C
5#E3A435
6#E9B65D
7#EEC886
8#F4DAAE
9#F9EDD7

Tones

Muted variations

1#2B1E08
2#291E0A
3#271D0C
4#251D0E
5#231C10
6#211C12
7#1F1B14
8#1D1B16
9#1B1A18

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF9
#FDF9F2
BackgroundsSubtle highlightsCard backgrounds
100
FBF1
#FBF1E0
Light backgroundsTable row hoverSkeleton loading
200
F7E5
#F7E5C5
Secondary backgroundsInput backgroundsDividers
300
F1D0
#F1D098
BordersInactive statesPlaceholder text
400
EAB8
#EAB862
Disabled statesSecondary iconsMuted text
500
E3A4
#E3A435
Primary brand colorCTAsActive elementsLinks
600
C587
#C5871B
Hover statesFocus ringsPrimary buttons hover
700
9D6B
#9D6B15
Active/pressed statesDark mode accentsSecondary text
800
704D
#704D0F
Text on light backgroundsHeadingsStrong borders
900
4831
#48310A
Primary textHigh emphasis contentDark headings
950
2D1F
#2D1F06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDF9F2;
  --black-100: #FBF1E0;
  --black-200: #F7E5C5;
  --black-300: #F1D098;
  --black-400: #EAB862;
  --black-500: #E3A435;
  --black-600: #C5871B;
  --black-700: #9D6B15;
  --black-800: #704D0F;
  --black-900: #48310A;
  --black-950: #2D1F06;
}
Generate More ShadesCreate PaletteConvert Color