Black

#300903

Red

Color Codes

All color formats for development

HEX
#300903
RGB
rgb(48, 9, 3)
HSL
hsl(8, 88%, 10%)
OKLCH
oklch(0.21 0.065 33.7)
CMYK
cmyk(0%, 81%, 94%, 81%)

Accessibility

WCAG contrast compliance

On White Background

18.01:1

AA AAA

On Black Background

1.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF2
100
#FDE2
200
#FBC8
300
#F89F
400
#F46C
500
#F142
600
#D328
700
#A820
800
#7817
900
#4D0E
950
#3009

Shades

Darker variations

1#2B0803
2#260702
3#220602
4#1D0502
5#180502
6#130401
7#0E0301
8#0A0201
9#050100

Tints

Lighter variations

1#5B1106
2#861909
3#B1210B
4#DD2A0E
5#F14227
6#F46852
7#F78E7E
8#F9B3A9
9#FCD9D4

Tones

Muted variations

1#2E0B05
2#2B0C08
3#290E0A
4#27100C
5#25110E
6#221311
7#201513
8#1E1615
9#1C1817

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF2
#FEF2F1
BackgroundsSubtle highlightsCard backgrounds
100
FDE2
#FDE2DD
Light backgroundsTable row hoverSkeleton loading
200
FBC8
#FBC8C1
Secondary backgroundsInput backgroundsDividers
300
F89F
#F89F91
BordersInactive statesPlaceholder text
400
F46C
#F46C57
Disabled statesSecondary iconsMuted text
500
F142
#F14227
Primary brand colorCTAsActive elementsLinks
600
D328
#D3280D
Hover statesFocus ringsPrimary buttons hover
700
A820
#A8200B
Active/pressed statesDark mode accentsSecondary text
800
7817
#781708
Text on light backgroundsHeadingsStrong borders
900
4D0E
#4D0E05
Primary textHigh emphasis contentDark headings
950
3009
#300903
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FEF2F1;
  --black-100: #FDE2DD;
  --black-200: #FBC8C1;
  --black-300: #F89F91;
  --black-400: #F46C57;
  --black-500: #F14227;
  --black-600: #D3280D;
  --black-700: #A8200B;
  --black-800: #781708;
  --black-900: #4D0E05;
  --black-950: #300903;
}
Generate More ShadesCreate PaletteConvert Color