Crimson

#D90820

Red

Color Codes

All color formats for development

HEX
#D90820
RGB
rgb(217, 8, 32)
HSL
hsl(353, 93%, 44%)
OKLCH
oklch(0.559 0.225 26)
CMYK
cmyk(0%, 96%, 85%, 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#C3071D
2#AD061A
3#980517
4#820513
5#6C0410
6#57030D
7#41020A
8#2B0206
9#160103

Tints

Lighter variations

1#F40924
2#F7233B
3#F83E54
4#F95A6C
5#FA7585
6#FB919D
7#FCACB6
8#FDC8CE
9#FEE3E7

Tones

Muted variations

1#CE1228
2#C41D30
3#B92738
4#AF3240
5#A43C48
6#9A4650
7#905158
8#855B60
9#7B6668

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F2
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDE0
Light backgroundsTable row hoverSkeleton loading
200
FDBF
#FDBFC6
Secondary backgroundsInput backgroundsDividers
300
FB8E
#FB8E9B
BordersInactive statesPlaceholder text
400
F953
#F95366
Disabled statesSecondary iconsMuted text
500
F722
#F7223A
Primary brand colorCTAsActive elementsLinks
600
D908
#D90820
Hover statesFocus ringsPrimary buttons hover
700
AC06
#AC061A
Active/pressed statesDark mode accentsSecondary text
800
7B04
#7B0412
Text on light backgroundsHeadingsStrong borders
900
4F03
#4F030C
Primary textHigh emphasis contentDark headings
950
3102
#310207
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F2;
  --crimson-100: #FEDDE0;
  --crimson-200: #FDBFC6;
  --crimson-300: #FB8E9B;
  --crimson-400: #F95366;
  --crimson-500: #F7223A;
  --crimson-600: #D90820;
  --crimson-700: #AC061A;
  --crimson-800: #7B0412;
  --crimson-900: #4F030C;
  --crimson-950: #310207;
}
Generate More ShadesCreate PaletteConvert Color