Black

#330400

Red

Color Codes

All color formats for development

HEX
#330400
RGB
rgb(51, 4, 0)
HSL
hsl(5, 100%, 10%)
OKLCH
oklch(0.208 0.077 33)
CMYK
cmyk(0%, 92%, 100%, 80%)

Accessibility

WCAG contrast compliance

On White Background

18.13:1

AA AAA

On Black Background

1.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF1
100
#FFDE
200
#FFC2
300
#FF93
400
#FF5B
500
#FF2D
600
#E013
700
#B30F
800
#800B
900
#5207
950
#3304

Shades

Darker variations

1#2E0400
2#290300
3#240300
4#1F0300
5#1A0200
6#140200
7#0F0100
8#0A0100
9#050000

Tints

Lighter variations

1#610800
2#8F0C00
3#BD1000
4#EB1400
5#FF2D1A
6#FF5747
7#FF8175
8#FFABA3
9#FFD5D1

Tones

Muted variations

1#300603
2#2E0805
3#2B0B08
4#290D0A
5#260F0D
6#24110F
7#211312
8#1F1514
9#1C1717

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF1
#FFF1F0
BackgroundsSubtle highlightsCard backgrounds
100
FFDE
#FFDEDB
Light backgroundsTable row hoverSkeleton loading
200
FFC2
#FFC2BD
Secondary backgroundsInput backgroundsDividers
300
FF93
#FF938A
BordersInactive statesPlaceholder text
400
FF5B
#FF5B4D
Disabled statesSecondary iconsMuted text
500
FF2D
#FF2D1A
Primary brand colorCTAsActive elementsLinks
600
E013
#E01300
Hover statesFocus ringsPrimary buttons hover
700
B30F
#B30F00
Active/pressed statesDark mode accentsSecondary text
800
800B
#800B00
Text on light backgroundsHeadingsStrong borders
900
5207
#520700
Primary textHigh emphasis contentDark headings
950
3304
#330400
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FFF1F0;
  --black-100: #FFDEDB;
  --black-200: #FFC2BD;
  --black-300: #FF938A;
  --black-400: #FF5B4D;
  --black-500: #FF2D1A;
  --black-600: #E01300;
  --black-700: #B30F00;
  --black-800: #800B00;
  --black-900: #520700;
  --black-950: #330400;
}
Generate More ShadesCreate PaletteConvert Color