Black

#320104

Red

Color Codes

All color formats for development

HEX
#320104
RGB
rgb(50, 1, 4)
HSL
hsl(356, 96%, 10%)
OKLCH
oklch(0.202 0.079 23.8)
CMYK
cmyk(0%, 98%, 92%, 80%)

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
#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#2D0104
2#280103
3#230103
4#1E0103
5#190102
6#140002
7#0F0001
8#0A0001
9#050000

Tints

Lighter variations

1#5F0208
2#8C030C
3#B90410
4#E60514
5#FA1E2D
6#FB4B57
7#FC7881
8#FDA5AB
9#FED2D5

Tones

Muted variations

1#300306
2#2D0609
3#2B080B
4#280B0D
5#260D0F
6#231011
7#211213
8#1E1515
9#1C1717

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F1
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCDE
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBEC2
Secondary backgroundsInput backgroundsDividers
300
FD8C
#FD8C94
BordersInactive statesPlaceholder text
400
FB50
#FB505B
Disabled statesSecondary iconsMuted text
500
FA1E
#FA1E2D
Primary brand colorCTAsActive elementsLinks
600
DC04
#DC0413
Hover statesFocus ringsPrimary buttons hover
700
AF04
#AF040F
Active/pressed statesDark mode accentsSecondary text
800
7D03
#7D030B
Text on light backgroundsHeadingsStrong borders
900
5002
#500207
Primary textHigh emphasis contentDark headings
950
3201
#320104
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FFF0F1;
  --black-100: #FEDCDE;
  --black-200: #FEBEC2;
  --black-300: #FD8C94;
  --black-400: #FB505B;
  --black-500: #FA1E2D;
  --black-600: #DC0413;
  --black-700: #AF040F;
  --black-800: #7D030B;
  --black-900: #500207;
  --black-950: #320104;
}
Generate More ShadesCreate PaletteConvert Color