Crimson

#D70928

Red

Color Codes

All color formats for development

HEX
#D70928
RGB
rgb(215, 9, 40)
HSL
hsl(351, 92%, 44%)
OKLCH
oklch(0.556 0.222 24.3)
CMYK
cmyk(0%, 96%, 81%, 16%)

Accessibility

WCAG contrast compliance

On White Background

5.30:1

AA AAA

On Black Background

3.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FEDD
200
#FCBF
300
#FA8E
400
#F854
500
#F623
600
#D709
700
#AB07
800
#7A05
900
#4E03
950
#3102

Shades

Darker variations

1#C20824
2#AC0720
3#97061C
4#810518
5#6C0414
6#560410
7#41030C
8#2B0208
9#160104

Tints

Lighter variations

1#F30A2D
2#F62443
3#F73F5B
4#F85A72
5#F9768A
6#FA91A1
7#FCADB9
8#FDC8D0
9#FEE4E8

Tones

Muted variations

1#CD132F
2#C31E36
3#B8283E
4#AE3245
5#A43D4C
6#994753
7#8F515B
8#855C62
9#7B6669

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F2
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDE2
Light backgroundsTable row hoverSkeleton loading
200
FCBF
#FCBFC9
Secondary backgroundsInput backgroundsDividers
300
FA8E
#FA8E9F
BordersInactive statesPlaceholder text
400
F854
#F8546C
Disabled statesSecondary iconsMuted text
500
F623
#F62342
Primary brand colorCTAsActive elementsLinks
600
D709
#D70928
Hover statesFocus ringsPrimary buttons hover
700
AB07
#AB0720
Active/pressed statesDark mode accentsSecondary text
800
7A05
#7A0517
Text on light backgroundsHeadingsStrong borders
900
4E03
#4E030F
Primary textHigh emphasis contentDark headings
950
3102
#310209
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F2;
  --crimson-100: #FEDDE2;
  --crimson-200: #FCBFC9;
  --crimson-300: #FA8E9F;
  --crimson-400: #F8546C;
  --crimson-500: #F62342;
  --crimson-600: #D70928;
  --crimson-700: #AB0720;
  --crimson-800: #7A0517;
  --crimson-900: #4E030F;
  --crimson-950: #310209;
}
Generate More ShadesCreate PaletteConvert Color