Black

#2D0806

Red

Color Codes

All color formats for development

HEX
#2D0806
RGB
rgb(45, 8, 6)
HSL
hsl(3, 76%, 10%)
OKLCH
oklch(0.203 0.062 27.7)
CMYK
cmyk(0%, 82%, 87%, 82%)

Accessibility

WCAG contrast compliance

On White Background

18.28: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
#F7C7
300
#F19C
400
#EA69
500
#E33E
600
#C523
700
#9D1C
800
#7014
900
#480D
950
#2D08

Shades

Darker variations

1#280706
2#240605
3#1F0604
4#1B0504
5#160403
6#120302
7#0D0202
8#090201
9#040101

Tints

Lighter variations

1#550F0C
2#7E1711
3#A61E17
4#CE251C
5#E33E35
6#E9645D
7#EE8B86
8#F4B2AE
9#F9D8D7

Tones

Muted variations

1#2B0A08
2#290C0A
3#270D0C
4#250F0E
5#231110
6#211312
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
FBE1
#FBE1E0
Light backgroundsTable row hoverSkeleton loading
200
F7C7
#F7C7C5
Secondary backgroundsInput backgroundsDividers
300
F19C
#F19C98
BordersInactive statesPlaceholder text
400
EA69
#EA6962
Disabled statesSecondary iconsMuted text
500
E33E
#E33E35
Primary brand colorCTAsActive elementsLinks
600
C523
#C5231B
Hover statesFocus ringsPrimary buttons hover
700
9D1C
#9D1C15
Active/pressed statesDark mode accentsSecondary text
800
7014
#70140F
Text on light backgroundsHeadingsStrong borders
900
480D
#480D0A
Primary textHigh emphasis contentDark headings
950
2D08
#2D0806
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDF2F2;
  --black-100: #FBE1E0;
  --black-200: #F7C7C5;
  --black-300: #F19C98;
  --black-400: #EA6962;
  --black-500: #E33E35;
  --black-600: #C5231B;
  --black-700: #9D1C15;
  --black-800: #70140F;
  --black-900: #480D0A;
  --black-950: #2D0806;
}
Generate More ShadesCreate PaletteConvert Color