Black

#331F00

Orange

Color Codes

All color formats for development

HEX
#331F00
RGB
rgb(51, 31, 0)
HSL
hsl(36, 100%, 10%)
OKLCH
oklch(0.259 0.055 74.4)
CMYK
cmyk(0%, 39%, 100%, 80%)

Accessibility

WCAG contrast compliance

On White Background

15.71:1

AA AAA

On Black Background

1.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF9
100
#FFF1
200
#FFE4
300
#FFD0
400
#FFB8
500
#FFA3
600
#E087
700
#B36B
800
#804D
900
#5231
950
#331F

Shades

Darker variations

1#2E1C00
2#291800
3#241500
4#1F1200
5#1A0F00
6#140C00
7#0F0900
8#0A0600
9#050300

Tints

Lighter variations

1#613A00
2#8F5600
3#BD7100
4#EB8D00
5#FFA31A
6#FFB647
7#FFC875
8#FFDAA3
9#FFEDD1

Tones

Muted variations

1#301E03
2#2E1E05
3#2B1D08
4#291D0A
5#261C0D
6#241C0F
7#211B12
8#1F1B14
9#1C1A17

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF9
#FFF9F0
BackgroundsSubtle highlightsCard backgrounds
100
FFF1
#FFF1DB
Light backgroundsTable row hoverSkeleton loading
200
FFE4
#FFE4BD
Secondary backgroundsInput backgroundsDividers
300
FFD0
#FFD08A
BordersInactive statesPlaceholder text
400
FFB8
#FFB84D
Disabled statesSecondary iconsMuted text
500
FFA3
#FFA31A
Primary brand colorCTAsActive elementsLinks
600
E087
#E08700
Hover statesFocus ringsPrimary buttons hover
700
B36B
#B36B00
Active/pressed statesDark mode accentsSecondary text
800
804D
#804D00
Text on light backgroundsHeadingsStrong borders
900
5231
#523100
Primary textHigh emphasis contentDark headings
950
331F
#331F00
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FFF9F0;
  --black-100: #FFF1DB;
  --black-200: #FFE4BD;
  --black-300: #FFD08A;
  --black-400: #FFB84D;
  --black-500: #FFA31A;
  --black-600: #E08700;
  --black-700: #B36B00;
  --black-800: #804D00;
  --black-900: #523100;
  --black-950: #331F00;
}
Generate More ShadesCreate PaletteConvert Color