Black

#320108

Red

Color Codes

All color formats for development

HEX
#320108
RGB
rgb(50, 1, 8)
HSL
hsl(351, 96%, 10%)
OKLCH
oklch(0.203 0.079 18.3)
CMYK
cmyk(0%, 98%, 84%, 80%)

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
#FFF0
100
#FEDC
200
#FEBE
300
#FD8C
400
#FB50
500
#FA1E
600
#DC04
700
#AF04
800
#7D03
900
#5002
950
#3201

Shades

Darker variations

1#2D0108
2#280107
3#230106
4#1E0105
5#190104
6#140003
7#0F0003
8#0A0002
9#050001

Tints

Lighter variations

1#5F0210
2#8C0317
3#B9041F
4#E60526
5#FA1E3F
6#FB4B66
7#FC788C
8#FDA5B2
9#FED2D9

Tones

Muted variations

1#30030A
2#2D060C
3#2B080E
4#280B0F
5#260D11
6#231013
7#211214
8#1E1516
9#1C1718

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F2
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCE1
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBEC8
Secondary backgroundsInput backgroundsDividers
300
FD8C
#FD8C9D
BordersInactive statesPlaceholder text
400
FB50
#FB506A
Disabled statesSecondary iconsMuted text
500
FA1E
#FA1E3F
Primary brand colorCTAsActive elementsLinks
600
DC04
#DC0425
Hover statesFocus ringsPrimary buttons hover
700
AF04
#AF041D
Active/pressed statesDark mode accentsSecondary text
800
7D03
#7D0315
Text on light backgroundsHeadingsStrong borders
900
5002
#50020D
Primary textHigh emphasis contentDark headings
950
3201
#320108
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FFF0F2;
  --black-100: #FEDCE1;
  --black-200: #FEBEC8;
  --black-300: #FD8C9D;
  --black-400: #FB506A;
  --black-500: #FA1E3F;
  --black-600: #DC0425;
  --black-700: #AF041D;
  --black-800: #7D0315;
  --black-900: #50020D;
  --black-950: #320108;
}
Generate More ShadesCreate PaletteConvert Color