Black

#2E0A05

Red

Color Codes

All color formats for development

HEX
#2E0A05
RGB
rgb(46, 10, 5)
HSL
hsl(7, 80%, 10%)
OKLCH
oklch(0.208 0.061 31.9)
CMYK
cmyk(0%, 78%, 89%, 82%)

Accessibility

WCAG contrast compliance

On White Background

18.08:1

AA AAA

On Black Background

1.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF3
100
#FBE2
200
#F8CA
300
#F3A0
400
#ED6F
500
#E846
600
#CA2B
700
#A123
800
#7319
900
#4910
950
#2E0A

Shades

Darker variations

1#290905
2#250804
3#200704
4#1C0603
5#170503
6#120402
7#0E0302
8#090201
9#050101

Tints

Lighter variations

1#57130A
2#811C0E
3#AA2413
4#D32D17
5#E84630
6#ED6B5A
7#F19083
8#F6B5AC
9#FADAD6

Tones

Muted variations

1#2C0B07
2#2A0D09
3#280F0B
4#26100D
5#24120F
6#221311
7#201513
8#1E1615
9#1C1817

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF3
#FDF3F1
BackgroundsSubtle highlightsCard backgrounds
100
FBE2
#FBE2DF
Light backgroundsTable row hoverSkeleton loading
200
F8CA
#F8CAC3
Secondary backgroundsInput backgroundsDividers
300
F3A0
#F3A095
BordersInactive statesPlaceholder text
400
ED6F
#ED6F5E
Disabled statesSecondary iconsMuted text
500
E846
#E84630
Primary brand colorCTAsActive elementsLinks
600
CA2B
#CA2B16
Hover statesFocus ringsPrimary buttons hover
700
A123
#A12312
Active/pressed statesDark mode accentsSecondary text
800
7319
#73190D
Text on light backgroundsHeadingsStrong borders
900
4910
#491008
Primary textHigh emphasis contentDark headings
950
2E0A
#2E0A05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDF3F1;
  --black-100: #FBE2DF;
  --black-200: #F8CAC3;
  --black-300: #F3A095;
  --black-400: #ED6F5E;
  --black-500: #E84630;
  --black-600: #CA2B16;
  --black-700: #A12312;
  --black-800: #73190D;
  --black-900: #491008;
  --black-950: #2E0A05;
}
Generate More ShadesCreate PaletteConvert Color