Black

#321B01

Orange

Color Codes

All color formats for development

HEX
#321B01
RGB
rgb(50, 27, 1)
HSL
hsl(32, 96%, 10%)
OKLCH
oklch(0.248 0.054 66.1)
CMYK
cmyk(0%, 46%, 98%, 80%)

Accessibility

WCAG contrast compliance

On White Background

16.24:1

AA AAA

On Black Background

1.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF8
100
#FEEE
200
#FEE0
300
#FDC8
400
#FBAB
500
#FA94
600
#DC77
700
#AF5F
800
#7D44
900
#502B
950
#321B

Shades

Darker variations

1#2D1801
2#281601
3#231301
4#1E1001
5#190E01
6#140B00
7#0F0800
8#0A0500
9#050300

Tints

Lighter variations

1#5F3402
2#8C4C03
3#B96404
4#E67D05
5#FA941E
6#FBA94B
7#FCBF78
8#FDD4A5
9#FEEAD2

Tones

Muted variations

1#301B03
2#2D1B06
3#2B1B08
4#281A0B
5#261A0D
6#231A10
7#211A12
8#1E1A15
9#1C1A17

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF8
#FFF8F0
BackgroundsSubtle highlightsCard backgrounds
100
FEEE
#FEEEDC
Light backgroundsTable row hoverSkeleton loading
200
FEE0
#FEE0BE
Secondary backgroundsInput backgroundsDividers
300
FDC8
#FDC88C
BordersInactive statesPlaceholder text
400
FBAB
#FBAB50
Disabled statesSecondary iconsMuted text
500
FA94
#FA941E
Primary brand colorCTAsActive elementsLinks
600
DC77
#DC7704
Hover statesFocus ringsPrimary buttons hover
700
AF5F
#AF5F04
Active/pressed statesDark mode accentsSecondary text
800
7D44
#7D4403
Text on light backgroundsHeadingsStrong borders
900
502B
#502B02
Primary textHigh emphasis contentDark headings
950
321B
#321B01
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FFF8F0;
  --black-100: #FEEEDC;
  --black-200: #FEE0BE;
  --black-300: #FDC88C;
  --black-400: #FBAB50;
  --black-500: #FA941E;
  --black-600: #DC7704;
  --black-700: #AF5F04;
  --black-800: #7D4403;
  --black-900: #502B02;
  --black-950: #321B01;
}
Generate More ShadesCreate PaletteConvert Color