Black

#2F0504

Red

Color Codes

All color formats for development

HEX
#2F0504
RGB
rgb(47, 5, 4)
HSL
hsl(1, 84%, 10%)
OKLCH
oklch(0.201 0.069 27.6)
CMYK
cmyk(0%, 89%, 91%, 82%)

Accessibility

WCAG contrast compliance

On White Background

18.35: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
#FEF1
100
#FCDF
200
#FAC3
300
#F695
400
#F15D
500
#ED2F
600
#CE15
700
#A411
800
#750C
900
#4B08
950
#2F05

Shades

Darker variations

1#2A0404
2#260403
3#210303
4#1C0302
5#170202
6#130202
7#0E0101
8#090101
9#050000

Tints

Lighter variations

1#590908
2#830D0B
3#AE120F
4#D81613
5#ED2F2C
6#F05956
7#F48280
8#F8ACAB
9#FBD5D5

Tones

Muted variations

1#2D0706
2#2B0908
3#280B0B
4#260D0D
5#240F0F
6#221111
7#201313
8#1E1515
9#1C1717

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F1
BackgroundsSubtle highlightsCard backgrounds
100
FCDF
#FCDFDE
Light backgroundsTable row hoverSkeleton loading
200
FAC3
#FAC3C2
Secondary backgroundsInput backgroundsDividers
300
F695
#F69593
BordersInactive statesPlaceholder text
400
F15D
#F15D5B
Disabled statesSecondary iconsMuted text
500
ED2F
#ED2F2C
Primary brand colorCTAsActive elementsLinks
600
CE15
#CE1512
Hover statesFocus ringsPrimary buttons hover
700
A411
#A4110E
Active/pressed statesDark mode accentsSecondary text
800
750C
#750C0A
Text on light backgroundsHeadingsStrong borders
900
4B08
#4B0807
Primary textHigh emphasis contentDark headings
950
2F05
#2F0504
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FEF1F1;
  --black-100: #FCDFDE;
  --black-200: #FAC3C2;
  --black-300: #F69593;
  --black-400: #F15D5B;
  --black-500: #ED2F2C;
  --black-600: #CE1512;
  --black-700: #A4110E;
  --black-800: #750C0A;
  --black-900: #4B0807;
  --black-950: #2F0504;
}
Generate More ShadesCreate PaletteConvert Color