Black

#331000

Orange

Color Codes

All color formats for development

HEX
#331000
RGB
rgb(51, 16, 0)
HSL
hsl(19, 100%, 10%)
OKLCH
oklch(0.227 0.064 46.2)
CMYK
cmyk(0%, 69%, 100%, 80%)

Accessibility

WCAG contrast compliance

On White Background

17.29:1

AA AAA

On Black Background

1.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF5
100
#FFE7
200
#FFD2
300
#FFAF
400
#FF85
500
#FF62
600
#E047
700
#B339
800
#8028
900
#521A
950
#3310

Shades

Darker variations

1#2E0F00
2#290D00
3#240B00
4#1F0A00
5#1A0800
6#140600
7#0F0500
8#0A0300
9#050200

Tints

Lighter variations

1#611F00
2#8F2D00
3#BD3C00
4#EB4A00
5#FF621A
6#FF8247
7#FFA175
8#FFC0A3
9#FFE0D1

Tones

Muted variations

1#301103
2#2E1205
3#2B1308
4#29140A
5#26150D
6#24160F
7#211712
8#1F1814
9#1C1917

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF5
#FFF5F0
BackgroundsSubtle highlightsCard backgrounds
100
FFE7
#FFE7DB
Light backgroundsTable row hoverSkeleton loading
200
FFD2
#FFD2BD
Secondary backgroundsInput backgroundsDividers
300
FFAF
#FFAF8A
BordersInactive statesPlaceholder text
400
FF85
#FF854D
Disabled statesSecondary iconsMuted text
500
FF62
#FF621A
Primary brand colorCTAsActive elementsLinks
600
E047
#E04700
Hover statesFocus ringsPrimary buttons hover
700
B339
#B33900
Active/pressed statesDark mode accentsSecondary text
800
8028
#802800
Text on light backgroundsHeadingsStrong borders
900
521A
#521A00
Primary textHigh emphasis contentDark headings
950
3310
#331000
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FFF5F0;
  --black-100: #FFE7DB;
  --black-200: #FFD2BD;
  --black-300: #FFAF8A;
  --black-400: #FF854D;
  --black-500: #FF621A;
  --black-600: #E04700;
  --black-700: #B33900;
  --black-800: #802800;
  --black-900: #521A00;
  --black-950: #331000;
}
Generate More ShadesCreate PaletteConvert Color