Black

#331200

Orange

Color Codes

All color formats for development

HEX
#331200
RGB
rgb(51, 18, 0)
HSL
hsl(21, 100%, 10%)
OKLCH
oklch(0.231 0.062 49.2)
CMYK
cmyk(0%, 65%, 100%, 80%)

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
#FFF5
100
#FFE8
200
#FFD4
300
#FFB3
400
#FF8B
500
#FF6A
600
#E04F
700
#B33E
800
#802D
900
#521D
950
#3312

Shades

Darker variations

1#2E1000
2#290E00
3#240C00
4#1F0B00
5#1A0900
6#140700
7#0F0500
8#0A0400
9#050200

Tints

Lighter variations

1#612200
2#8F3200
3#BD4200
4#EB5200
5#FF6A1A
6#FF8847
7#FFA575
8#FFC3A3
9#FFE1D1

Tones

Muted variations

1#301303
2#2E1305
3#2B1408
4#29150A
5#26160D
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
FFE8
#FFE8DB
Light backgroundsTable row hoverSkeleton loading
200
FFD4
#FFD4BD
Secondary backgroundsInput backgroundsDividers
300
FFB3
#FFB38A
BordersInactive statesPlaceholder text
400
FF8B
#FF8B4D
Disabled statesSecondary iconsMuted text
500
FF6A
#FF6A1A
Primary brand colorCTAsActive elementsLinks
600
E04F
#E04F00
Hover statesFocus ringsPrimary buttons hover
700
B33E
#B33E00
Active/pressed statesDark mode accentsSecondary text
800
802D
#802D00
Text on light backgroundsHeadingsStrong borders
900
521D
#521D00
Primary textHigh emphasis contentDark headings
950
3312
#331200
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FFF5F0;
  --black-100: #FFE8DB;
  --black-200: #FFD4BD;
  --black-300: #FFB38A;
  --black-400: #FF8B4D;
  --black-500: #FF6A1A;
  --black-600: #E04F00;
  --black-700: #B33E00;
  --black-800: #802D00;
  --black-900: #521D00;
  --black-950: #331200;
}
Generate More ShadesCreate PaletteConvert Color