Black

#331300

Orange

Color Codes

All color formats for development

HEX
#331300
RGB
rgb(51, 19, 0)
HSL
hsl(22, 100%, 10%)
OKLCH
oklch(0.232 0.061 50.8)
CMYK
cmyk(0%, 63%, 100%, 80%)

Accessibility

WCAG contrast compliance

On White Background

17.02: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
#FFF5
100
#FFE8
200
#FFD5
300
#FFB5
400
#FF8E
500
#FF6E
600
#E052
700
#B341
800
#802F
900
#521E
950
#3313

Shades

Darker variations

1#2E1100
2#290F00
3#240D00
4#1F0B00
5#1A0900
6#140700
7#0F0600
8#0A0400
9#050200

Tints

Lighter variations

1#612400
2#8F3400
3#BD4500
4#EB5600
5#FF6E1A
6#FF8B47
7#FFA875
8#FFC5A3
9#FFE2D1

Tones

Muted variations

1#301303
2#2E1405
3#2B1508
4#29150A
5#26160D
6#24170F
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
FFE8
#FFE8DB
Light backgroundsTable row hoverSkeleton loading
200
FFD5
#FFD5BD
Secondary backgroundsInput backgroundsDividers
300
FFB5
#FFB58A
BordersInactive statesPlaceholder text
400
FF8E
#FF8E4D
Disabled statesSecondary iconsMuted text
500
FF6E
#FF6E1A
Primary brand colorCTAsActive elementsLinks
600
E052
#E05200
Hover statesFocus ringsPrimary buttons hover
700
B341
#B34100
Active/pressed statesDark mode accentsSecondary text
800
802F
#802F00
Text on light backgroundsHeadingsStrong borders
900
521E
#521E00
Primary textHigh emphasis contentDark headings
950
3313
#331300
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FFF5F0;
  --black-100: #FFE8DB;
  --black-200: #FFD5BD;
  --black-300: #FFB58A;
  --black-400: #FF8E4D;
  --black-500: #FF6E1A;
  --black-600: #E05200;
  --black-700: #B34100;
  --black-800: #802F00;
  --black-900: #521E00;
  --black-950: #331300;
}
Generate More ShadesCreate PaletteConvert Color