Crimson

#D90827

Red

Color Codes

All color formats for development

HEX
#D90827
RGB
rgb(217, 8, 39)
HSL
hsl(351, 93%, 44%)
OKLCH
oklch(0.56 0.224 24.6)
CMYK
cmyk(0%, 96%, 82%, 15%)

Accessibility

WCAG contrast compliance

On White Background

5.23: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#C30723
2#AD061F
3#98051B
4#820517
5#6C0414
6#570310
7#41020C
8#2B0208
9#160104

Tints

Lighter variations

1#F4092C
2#F72342
3#F83E5A
4#F95A72
5#FA7589
6#FB91A1
7#FCACB8
8#FDC8D0
9#FEE3E7

Tones

Muted variations

1#CE122E
2#C41D36
3#B9273D
4#AF3244
5#A43C4C
6#9A4653
7#90515A
8#855B62
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
FDBF
#FDBFC8
Secondary backgroundsInput backgroundsDividers
300
FB8E
#FB8E9E
BordersInactive statesPlaceholder text
400
F953
#F9536C
Disabled statesSecondary iconsMuted text
500
F722
#F72242
Primary brand colorCTAsActive elementsLinks
600
D908
#D90827
Hover statesFocus ringsPrimary buttons hover
700
AC06
#AC061F
Active/pressed statesDark mode accentsSecondary text
800
7B04
#7B0416
Text on light backgroundsHeadingsStrong borders
900
4F03
#4F030E
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: #FDBFC8;
  --crimson-300: #FB8E9E;
  --crimson-400: #F9536C;
  --crimson-500: #F72242;
  --crimson-600: #D90827;
  --crimson-700: #AC061F;
  --crimson-800: #7B0416;
  --crimson-900: #4F030E;
  --crimson-950: #310209;
}
Generate More ShadesCreate PaletteConvert Color