Black

#300307

Red

Color Codes

All color formats for development

HEX
#300307
RGB
rgb(48, 3, 7)
HSL
hsl(355, 88%, 10%)
OKLCH
oklch(0.201 0.073 20.9)
CMYK
cmyk(0%, 94%, 85%, 81%)

Accessibility

WCAG contrast compliance

On White Background

18.39:1

AA AAA

On Black Background

1.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDD
200
#FBC1
300
#F891
400
#F457
500
#F127
600
#D30D
700
#A80B
800
#7808
900
#4D05
950
#3003

Shades

Darker variations

1#2B0306
2#260205
3#220205
4#1D0204
5#180203
6#130103
7#0E0102
8#0A0101
9#050001

Tints

Lighter variations

1#5B060D
2#860913
3#B10B19
4#DD0E1F
5#F12738
6#F45260
7#F77E88
8#F9A9AF
9#FCD4D7

Tones

Muted variations

1#2E0509
2#2B080B
3#290A0C
4#270C0E
5#250E10
6#221112
7#201314
8#1E1516
9#1C1718

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE0
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1C6
Secondary backgroundsInput backgroundsDividers
300
F891
#F89199
BordersInactive statesPlaceholder text
400
F457
#F45764
Disabled statesSecondary iconsMuted text
500
F127
#F12738
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D1E
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B18
Active/pressed statesDark mode accentsSecondary text
800
7808
#780811
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D050B
Primary textHigh emphasis contentDark headings
950
3003
#300307
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FEF1F2;
  --black-100: #FDDDE0;
  --black-200: #FBC1C6;
  --black-300: #F89199;
  --black-400: #F45764;
  --black-500: #F12738;
  --black-600: #D30D1E;
  --black-700: #A80B18;
  --black-800: #780811;
  --black-900: #4D050B;
  --black-950: #300307;
}
Generate More ShadesCreate PaletteConvert Color