Black

#32010D

Red

Color Codes

All color formats for development

HEX
#32010D
RGB
rgb(50, 1, 13)
HSL
hsl(345, 96%, 10%)
OKLCH
oklch(0.204 0.079 12.1)
CMYK
cmyk(0%, 98%, 74%, 80%)

Accessibility

WCAG contrast compliance

On White Background

18.33:1

AA AAA

On Black Background

1.15: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#2D010C
2#28010B
3#230109
4#1E0108
5#190107
6#140005
7#0F0004
8#0A0003
9#050001

Tints

Lighter variations

1#5F0219
2#8C0325
3#B90431
4#E6053D
5#FA1E55
6#FB4B77
7#FC7899
8#FDA5BB
9#FED2DD

Tones

Muted variations

1#30030E
2#2D0610
3#2B0811
4#280B12
5#260D13
6#231015
7#211216
8#1E1517
9#1C1718

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F4
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCE5
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBECE
Secondary backgroundsInput backgroundsDividers
300
FD8C
#FD8CA8
BordersInactive statesPlaceholder text
400
FB50
#FB507B
Disabled statesSecondary iconsMuted text
500
FA1E
#FA1E55
Primary brand colorCTAsActive elementsLinks
600
DC04
#DC043A
Hover statesFocus ringsPrimary buttons hover
700
AF04
#AF042E
Active/pressed statesDark mode accentsSecondary text
800
7D03
#7D0321
Text on light backgroundsHeadingsStrong borders
900
5002
#500215
Primary textHigh emphasis contentDark headings
950
3201
#32010D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FFF0F4;
  --black-100: #FEDCE5;
  --black-200: #FEBECE;
  --black-300: #FD8CA8;
  --black-400: #FB507B;
  --black-500: #FA1E55;
  --black-600: #DC043A;
  --black-700: #AF042E;
  --black-800: #7D0321;
  --black-900: #500215;
  --black-950: #32010D;
}
Generate More ShadesCreate PaletteConvert Color