Black

#332200

Orange

Color Codes

All color formats for development

HEX
#332200
RGB
rgb(51, 34, 0)
HSL
hsl(40, 100%, 10%)
OKLCH
oklch(0.266 0.055 80.9)
CMYK
cmyk(0%, 33%, 100%, 80%)

Accessibility

WCAG contrast compliance

On White Background

15.33:1

AA AAA

On Black Background

1.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFFA
100
#FFF3
200
#FFE9
300
#FFD8
400
#FFC3
500
#FFB3
600
#E096
700
#B377
800
#8055
900
#5236
950
#3322

Shades

Darker variations

1#2E1F00
2#291B00
3#241800
4#1F1400
5#1A1100
6#140E00
7#0F0A00
8#0A0700
9#050300

Tints

Lighter variations

1#614100
2#8F5F00
3#BD7E00
4#EB9C00
5#FFB31A
6#FFC247
7#FFD175
8#FFE0A3
9#FFF0D1

Tones

Muted variations

1#302103
2#2E2005
3#2B1F08
4#291F0A
5#261E0D
6#241D0F
7#211C12
8#1F1B14
9#1C1A17

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFFA
#FFFAF0
BackgroundsSubtle highlightsCard backgrounds
100
FFF3
#FFF3DB
Light backgroundsTable row hoverSkeleton loading
200
FFE9
#FFE9BD
Secondary backgroundsInput backgroundsDividers
300
FFD8
#FFD88A
BordersInactive statesPlaceholder text
400
FFC3
#FFC34D
Disabled statesSecondary iconsMuted text
500
FFB3
#FFB31A
Primary brand colorCTAsActive elementsLinks
600
E096
#E09600
Hover statesFocus ringsPrimary buttons hover
700
B377
#B37700
Active/pressed statesDark mode accentsSecondary text
800
8055
#805500
Text on light backgroundsHeadingsStrong borders
900
5236
#523600
Primary textHigh emphasis contentDark headings
950
3322
#332200
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FFFAF0;
  --black-100: #FFF3DB;
  --black-200: #FFE9BD;
  --black-300: #FFD88A;
  --black-400: #FFC34D;
  --black-500: #FFB31A;
  --black-600: #E09600;
  --black-700: #B37700;
  --black-800: #805500;
  --black-900: #523600;
  --black-950: #332200;
}
Generate More ShadesCreate PaletteConvert Color