Crimson

#D90824

Red

Color Codes

All color formats for development

HEX
#D90824
RGB
rgb(217, 8, 36)
HSL
hsl(352, 93%, 44%)
OKLCH
oklch(0.56 0.224 25.2)
CMYK
cmyk(0%, 96%, 83%, 15%)

Accessibility

WCAG contrast compliance

On White Background

5.24:1

AA AAA

On Black Background

4.01: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#C30720
2#AD061D
3#980519
4#820515
5#6C0412
6#57030E
7#41020B
8#2B0207
9#160104

Tints

Lighter variations

1#F40928
2#F7233F
3#F83E57
4#F95A6F
5#FA7587
6#FB919F
7#FCACB7
8#FDC8CF
9#FEE3E7

Tones

Muted variations

1#CE122B
2#C41D33
3#B9273B
4#AF3242
5#A43C4A
6#9A4652
7#905159
8#855B61
9#7B6669

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F2
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDE1
Light backgroundsTable row hoverSkeleton loading
200
FDBF
#FDBFC7
Secondary backgroundsInput backgroundsDividers
300
FB8E
#FB8E9C
BordersInactive statesPlaceholder text
400
F953
#F95369
Disabled statesSecondary iconsMuted text
500
F722
#F7223E
Primary brand colorCTAsActive elementsLinks
600
D908
#D90824
Hover statesFocus ringsPrimary buttons hover
700
AC06
#AC061C
Active/pressed statesDark mode accentsSecondary text
800
7B04
#7B0414
Text on light backgroundsHeadingsStrong borders
900
4F03
#4F030D
Primary textHigh emphasis contentDark headings
950
3102
#310208
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F2;
  --crimson-100: #FEDDE1;
  --crimson-200: #FDBFC7;
  --crimson-300: #FB8E9C;
  --crimson-400: #F95369;
  --crimson-500: #F7223E;
  --crimson-600: #D90824;
  --crimson-700: #AC061C;
  --crimson-800: #7B0414;
  --crimson-900: #4F030D;
  --crimson-950: #310208;
}
Generate More ShadesCreate PaletteConvert Color