Black

#301E03

Orange

Color Codes

All color formats for development

HEX
#301E03
RGB
rgb(48, 30, 3)
HSL
hsl(36, 88%, 10%)
OKLCH
oklch(0.252 0.049 74)
CMYK
cmyk(0%, 37%, 94%, 81%)

Accessibility

WCAG contrast compliance

On White Background

16.00: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
#FEF9
100
#FDF0
200
#FBE4
300
#F8CF
400
#F4B5
500
#F1A0
600
#D384
700
#A869
800
#784B
900
#4D30
950
#301E

Shades

Darker variations

1#2B1B03
2#261802
3#221502
4#1D1202
5#180F02
6#130C01
7#0E0901
8#0A0601
9#050300

Tints

Lighter variations

1#5B3906
2#865409
3#B16F0B
4#DD8A0E
5#F1A027
6#F4B352
7#F7C67E
8#F9D9A9
9#FCECD4

Tones

Muted variations

1#2E1E05
2#2B1D08
3#291D0A
4#271C0C
5#251C0E
6#221B11
7#201B13
8#1E1A15
9#1C1A17

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF9
#FEF9F1
BackgroundsSubtle highlightsCard backgrounds
100
FDF0
#FDF0DD
Light backgroundsTable row hoverSkeleton loading
200
FBE4
#FBE4C1
Secondary backgroundsInput backgroundsDividers
300
F8CF
#F8CF91
BordersInactive statesPlaceholder text
400
F4B5
#F4B557
Disabled statesSecondary iconsMuted text
500
F1A0
#F1A027
Primary brand colorCTAsActive elementsLinks
600
D384
#D3840D
Hover statesFocus ringsPrimary buttons hover
700
A869
#A8690B
Active/pressed statesDark mode accentsSecondary text
800
784B
#784B08
Text on light backgroundsHeadingsStrong borders
900
4D30
#4D3005
Primary textHigh emphasis contentDark headings
950
301E
#301E03
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FEF9F1;
  --black-100: #FDF0DD;
  --black-200: #FBE4C1;
  --black-300: #F8CF91;
  --black-400: #F4B557;
  --black-500: #F1A027;
  --black-600: #D3840D;
  --black-700: #A8690B;
  --black-800: #784B08;
  --black-900: #4D3005;
  --black-950: #301E03;
}
Generate More ShadesCreate PaletteConvert Color