Black

#310207

Red

Color Codes

All color formats for development

HEX
#310207
RGB
rgb(49, 2, 7)
HSL
hsl(354, 92%, 10%)
OKLCH
oklch(0.202 0.076 20.2)
CMYK
cmyk(0%, 96%, 86%, 81%)

Accessibility

WCAG contrast compliance

On White Background

18.38: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
#FEF0
100
#FEDD
200
#FCBF
300
#FA8E
400
#F854
500
#F623
600
#D709
700
#AB07
800
#7A05
900
#4E03
950
#3102

Shades

Darker variations

1#2C0206
2#270205
3#220105
4#1D0104
5#180103
6#140103
7#0F0102
8#0A0001
9#050001

Tints

Lighter variations

1#5D040D
2#890613
3#B50819
4#E1091F
5#F62338
6#F84F60
7#F97B87
8#FBA7AF
9#FDD3D7

Tones

Muted variations

1#2F0409
2#2C070A
3#2A090C
4#280B0E
5#250E10
6#231012
7#211214
8#1E1516
9#1C1718

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F2
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDE0
Light backgroundsTable row hoverSkeleton loading
200
FCBF
#FCBFC5
Secondary backgroundsInput backgroundsDividers
300
FA8E
#FA8E99
BordersInactive statesPlaceholder text
400
F854
#F85464
Disabled statesSecondary iconsMuted text
500
F623
#F62338
Primary brand colorCTAsActive elementsLinks
600
D709
#D7091E
Hover statesFocus ringsPrimary buttons hover
700
AB07
#AB0718
Active/pressed statesDark mode accentsSecondary text
800
7A05
#7A0511
Text on light backgroundsHeadingsStrong borders
900
4E03
#4E030B
Primary textHigh emphasis contentDark headings
950
3102
#310207
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FEF0F2;
  --black-100: #FEDDE0;
  --black-200: #FCBFC5;
  --black-300: #FA8E99;
  --black-400: #F85464;
  --black-500: #F62338;
  --black-600: #D7091E;
  --black-700: #AB0718;
  --black-800: #7A0511;
  --black-900: #4E030B;
  --black-950: #310207;
}
Generate More ShadesCreate PaletteConvert Color