Black

#301403

Orange

Color Codes

All color formats for development

HEX
#301403
RGB
rgb(48, 20, 3)
HSL
hsl(23, 88%, 10%)
OKLCH
oklch(0.229 0.054 50.7)
CMYK
cmyk(0%, 58%, 94%, 81%)

Accessibility

WCAG contrast compliance

On White Background

17.11:1

AA AAA

On Black Background

1.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF6
100
#FDE9
200
#FBD7
300
#F8B8
400
#F493
500
#F175
600
#D359
700
#A847
800
#7833
900
#4D20
950
#3014

Shades

Darker variations

1#2B1203
2#261002
3#220E02
4#1D0C02
5#180A02
6#130801
7#0E0601
8#0A0401
9#050200

Tints

Lighter variations

1#5B2706
2#863909
3#B14B0B
4#DD5D0E
5#F17527
6#F49052
7#F7AC7E
8#F9C8A9
9#FCE3D4

Tones

Muted variations

1#2E1505
2#2B1508
3#29160A
4#27160C
5#25170E
6#221711
7#201813
8#1E1815
9#1C1917

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF6
#FEF6F1
BackgroundsSubtle highlightsCard backgrounds
100
FDE9
#FDE9DD
Light backgroundsTable row hoverSkeleton loading
200
FBD7
#FBD7C1
Secondary backgroundsInput backgroundsDividers
300
F8B8
#F8B891
BordersInactive statesPlaceholder text
400
F493
#F49357
Disabled statesSecondary iconsMuted text
500
F175
#F17527
Primary brand colorCTAsActive elementsLinks
600
D359
#D3590D
Hover statesFocus ringsPrimary buttons hover
700
A847
#A8470B
Active/pressed statesDark mode accentsSecondary text
800
7833
#783308
Text on light backgroundsHeadingsStrong borders
900
4D20
#4D2005
Primary textHigh emphasis contentDark headings
950
3014
#301403
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FEF6F1;
  --black-100: #FDE9DD;
  --black-200: #FBD7C1;
  --black-300: #F8B891;
  --black-400: #F49357;
  --black-500: #F17527;
  --black-600: #D3590D;
  --black-700: #A8470B;
  --black-800: #783308;
  --black-900: #4D2005;
  --black-950: #301403;
}
Generate More ShadesCreate PaletteConvert Color