Black

#2D0608

Red

Color Codes

All color formats for development

HEX
#2D0608
RGB
rgb(45, 6, 8)
HSL
hsl(357, 76%, 10%)
OKLCH
oklch(0.2 0.064 21.9)
CMYK
cmyk(0%, 87%, 82%, 82%)

Accessibility

WCAG contrast compliance

On White Background

18.40: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
#FBE0
200
#F7C5
300
#F198
400
#EA62
500
#E335
600
#C51B
700
#9D15
800
#700F
900
#480A
950
#2D06

Shades

Darker variations

1#280607
2#240506
3#1F0406
4#1B0405
5#160304
6#120203
7#0D0202
8#090102
9#040101

Tints

Lighter variations

1#550C0F
2#7E1117
3#A6171E
4#CE1C25
5#E3353E
6#E95D64
7#EE868B
8#F4AEB2
9#F9D7D8

Tones

Muted variations

1#2B080A
2#290A0C
3#270C0D
4#250E0F
5#231011
6#211213
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
FBE0
#FBE0E1
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5C7
Secondary backgroundsInput backgroundsDividers
300
F198
#F1989C
BordersInactive statesPlaceholder text
400
EA62
#EA6269
Disabled statesSecondary iconsMuted text
500
E335
#E3353E
Primary brand colorCTAsActive elementsLinks
600
C51B
#C51B23
Hover statesFocus ringsPrimary buttons hover
700
9D15
#9D151C
Active/pressed statesDark mode accentsSecondary text
800
700F
#700F14
Text on light backgroundsHeadingsStrong borders
900
480A
#480A0D
Primary textHigh emphasis contentDark headings
950
2D06
#2D0608
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDF2F2;
  --black-100: #FBE0E1;
  --black-200: #F7C5C7;
  --black-300: #F1989C;
  --black-400: #EA6269;
  --black-500: #E3353E;
  --black-600: #C51B23;
  --black-700: #9D151C;
  --black-800: #700F14;
  --black-900: #480A0D;
  --black-950: #2D0608;
}
Generate More ShadesCreate PaletteConvert Color