Black

#2C0707

Red

Color Codes

All color formats for development

HEX
#2C0707
RGB
rgb(44, 7, 7)
HSL
hsl(0, 73%, 10%)
OKLCH
oklch(0.199 0.061 24.7)
CMYK
cmyk(0%, 84%, 84%, 83%)

Accessibility

WCAG contrast compliance

On White Background

18.41: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
#FDF2
100
#FAE0
200
#F6C6
300
#EF9A
400
#E765
500
#E038
600
#C21E
700
#9A18
800
#6E11
900
#470B
950
#2C07

Shades

Darker variations

1#280606
2#230606
3#1F0505
4#1A0404
5#160303
6#120303
7#0D0202
8#090101
9#040101

Tints

Lighter variations

1#540D0D
2#7C1313
3#A31919
4#CB2020
5#E03838
6#E66060
7#EC8888
8#F3B0B0
9#F9D7D7

Tones

Muted variations

1#2A0909
2#280B0B
3#270C0C
4#250E0E
5#231010
6#211212
7#1F1414
8#1D1616
9#1B1818

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F2
BackgroundsSubtle highlightsCard backgrounds
100
FAE0
#FAE0E0
Light backgroundsTable row hoverSkeleton loading
200
F6C6
#F6C6C6
Secondary backgroundsInput backgroundsDividers
300
EF9A
#EF9A9A
BordersInactive statesPlaceholder text
400
E765
#E76565
Disabled statesSecondary iconsMuted text
500
E038
#E03838
Primary brand colorCTAsActive elementsLinks
600
C21E
#C21E1E
Hover statesFocus ringsPrimary buttons hover
700
9A18
#9A1818
Active/pressed statesDark mode accentsSecondary text
800
6E11
#6E1111
Text on light backgroundsHeadingsStrong borders
900
470B
#470B0B
Primary textHigh emphasis contentDark headings
950
2C07
#2C0707
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDF2F2;
  --black-100: #FAE0E0;
  --black-200: #F6C6C6;
  --black-300: #EF9A9A;
  --black-400: #E76565;
  --black-500: #E03838;
  --black-600: #C21E1E;
  --black-700: #9A1818;
  --black-800: #6E1111;
  --black-900: #470B0B;
  --black-950: #2C0707;
}
Generate More ShadesCreate PaletteConvert Color