Black

#2E0805

Red

Color Codes

All color formats for development

HEX
#2E0805
RGB
rgb(46, 8, 5)
HSL
hsl(4, 80%, 10%)
OKLCH
oklch(0.204 0.063 29.4)
CMYK
cmyk(0%, 83%, 89%, 82%)

Accessibility

WCAG contrast compliance

On White Background

18.21: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
#FDF2
100
#FBE1
200
#F8C7
300
#F39C
400
#ED68
500
#E83D
600
#CA22
700
#A11B
800
#7314
900
#490D
950
#2E08

Shades

Darker variations

1#290705
2#250604
3#200504
4#1C0503
5#170403
6#120302
7#0E0202
8#090201
9#050101

Tints

Lighter variations

1#570F0A
2#81160E
3#AA1D13
4#D32417
5#E83D30
6#ED645A
7#F18A83
8#F6B1AC
9#FAD8D6

Tones

Muted variations

1#2C0A07
2#2A0B09
3#280D0B
4#260F0D
5#24110F
6#221211
7#201413
8#1E1615
9#1C1817

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F1
BackgroundsSubtle highlightsCard backgrounds
100
FBE1
#FBE1DF
Light backgroundsTable row hoverSkeleton loading
200
F8C7
#F8C7C3
Secondary backgroundsInput backgroundsDividers
300
F39C
#F39C95
BordersInactive statesPlaceholder text
400
ED68
#ED685E
Disabled statesSecondary iconsMuted text
500
E83D
#E83D30
Primary brand colorCTAsActive elementsLinks
600
CA22
#CA2216
Hover statesFocus ringsPrimary buttons hover
700
A11B
#A11B12
Active/pressed statesDark mode accentsSecondary text
800
7314
#73140D
Text on light backgroundsHeadingsStrong borders
900
490D
#490D08
Primary textHigh emphasis contentDark headings
950
2E08
#2E0805
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDF2F1;
  --black-100: #FBE1DF;
  --black-200: #F8C7C3;
  --black-300: #F39C95;
  --black-400: #ED685E;
  --black-500: #E83D30;
  --black-600: #CA2216;
  --black-700: #A11B12;
  --black-800: #73140D;
  --black-900: #490D08;
  --black-950: #2E0805;
}
Generate More ShadesCreate PaletteConvert Color