Dark Red

#7A1105

Red

Color Codes

All color formats for development

HEX
#7A1105
RGB
rgb(122, 17, 5)
HSL
hsl(6, 92%, 25%)
OKLCH
oklch(0.374 0.14 30.8)
CMYK
cmyk(0%, 86%, 96%, 52%)

Accessibility

WCAG contrast compliance

On White Background

11.00:1

AA AAA

On Black Background

1.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF2
100
#FEE0
200
#FCC5
300
#FA99
400
#F864
500
#F638
600
#D71E
700
#AB18
800
#7A11
900
#4E0B
950
#3107

Shades

Darker variations

1#6E0F05
2#620D04
3#560C04
4#490A03
5#3D0803
6#310702
7#250502
8#180301
9#0C0201

Tints

Lighter variations

1#9F1607
2#C41B08
3#E9200A
4#F63823
5#F75947
6#F97A6C
7#FA9B91
8#FCBDB6
9#FDDEDA

Tones

Muted variations

1#75160B
2#6F1A11
3#691F17
4#63241D
5#5D2822
6#572D28
7#51322E
8#4B3634
9#463B3A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF2
#FEF2F0
BackgroundsSubtle highlightsCard backgrounds
100
FEE0
#FEE0DD
Light backgroundsTable row hoverSkeleton loading
200
FCC5
#FCC5BF
Secondary backgroundsInput backgroundsDividers
300
FA99
#FA998E
BordersInactive statesPlaceholder text
400
F864
#F86454
Disabled statesSecondary iconsMuted text
500
F638
#F63823
Primary brand colorCTAsActive elementsLinks
600
D71E
#D71E09
Hover statesFocus ringsPrimary buttons hover
700
AB18
#AB1807
Active/pressed statesDark mode accentsSecondary text
800
7A11
#7A1105
Text on light backgroundsHeadingsStrong borders
900
4E0B
#4E0B03
Primary textHigh emphasis contentDark headings
950
3107
#310702
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dark-red-50: #FEF2F0;
  --dark-red-100: #FEE0DD;
  --dark-red-200: #FCC5BF;
  --dark-red-300: #FA998E;
  --dark-red-400: #F86454;
  --dark-red-500: #F63823;
  --dark-red-600: #D71E09;
  --dark-red-700: #AB1807;
  --dark-red-800: #7A1105;
  --dark-red-900: #4E0B03;
  --dark-red-950: #310702;
}
Generate More ShadesCreate PaletteConvert Color