Crimson

#D90816

Red

Color Codes

All color formats for development

HEX
#D90816
RGB
rgb(217, 8, 22)
HSL
hsl(356, 93%, 44%)
OKLCH
oklch(0.559 0.225 27.5)
CMYK
cmyk(0%, 96%, 90%, 15%)

Accessibility

WCAG contrast compliance

On White Background

5.25:1

AA AAA

On Black Background

4.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FEDD
200
#FDBF
300
#FB8E
400
#F953
500
#F722
600
#D908
700
#AC06
800
#7B04
900
#4F03
950
#3102

Shades

Darker variations

1#C30714
2#AD0611
3#98050F
4#82050D
5#6C040B
6#570309
7#410207
8#2B0204
9#160102

Tints

Lighter variations

1#F40919
2#F72331
3#F83E4A
4#F95A64
5#FA757E
6#FB9198
7#FCACB2
8#FDC8CB
9#FEE3E5

Tones

Muted variations

1#CE121F
2#C41D28
3#B92731
4#AF323A
5#A43C43
6#9A464C
7#905155
8#855B5E
9#7B6667

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F1
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDDF
Light backgroundsTable row hoverSkeleton loading
200
FDBF
#FDBFC3
Secondary backgroundsInput backgroundsDividers
300
FB8E
#FB8E95
BordersInactive statesPlaceholder text
400
F953
#F9535E
Disabled statesSecondary iconsMuted text
500
F722
#F72230
Primary brand colorCTAsActive elementsLinks
600
D908
#D90816
Hover statesFocus ringsPrimary buttons hover
700
AC06
#AC0611
Active/pressed statesDark mode accentsSecondary text
800
7B04
#7B040C
Text on light backgroundsHeadingsStrong borders
900
4F03
#4F0308
Primary textHigh emphasis contentDark headings
950
3102
#310205
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F1;
  --crimson-100: #FEDDDF;
  --crimson-200: #FDBFC3;
  --crimson-300: #FB8E95;
  --crimson-400: #F9535E;
  --crimson-500: #F72230;
  --crimson-600: #D90816;
  --crimson-700: #AC0611;
  --crimson-800: #7B040C;
  --crimson-900: #4F0308;
  --crimson-950: #310205;
}
Generate More ShadesCreate PaletteConvert Color