Black

#30030A

Red

Color Codes

All color formats for development

HEX
#30030A
RGB
rgb(48, 3, 10)
HSL
hsl(351, 88%, 10%)
OKLCH
oklch(0.202 0.073 16.8)
CMYK
cmyk(0%, 94%, 79%, 81%)

Accessibility

WCAG contrast compliance

On White Background

18.37: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#2B0309
2#260208
3#220207
4#1D0206
5#180205
6#130104
7#0E0103
8#0A0102
9#050001

Tints

Lighter variations

1#5B0613
2#86091B
3#B10B24
4#DD0E2D
5#F12746
6#F4526B
7#F77E90
8#F9A9B5
9#FCD4DA

Tones

Muted variations

1#2E050B
2#2B080D
3#290A0F
4#270C10
5#250E12
6#221113
7#201315
8#1E1516
9#1C1718

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE2
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1C9
Secondary backgroundsInput backgroundsDividers
300
F891
#F891A0
BordersInactive statesPlaceholder text
400
F457
#F4576F
Disabled statesSecondary iconsMuted text
500
F127
#F12746
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D2B
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B22
Active/pressed statesDark mode accentsSecondary text
800
7808
#780818
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0510
Primary textHigh emphasis contentDark headings
950
3003
#30030A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FEF1F3;
  --black-100: #FDDDE2;
  --black-200: #FBC1C9;
  --black-300: #F891A0;
  --black-400: #F4576F;
  --black-500: #F12746;
  --black-600: #D30D2B;
  --black-700: #A80B22;
  --black-800: #780818;
  --black-900: #4D0510;
  --black-950: #30030A;
}
Generate More ShadesCreate PaletteConvert Color