Crimson

#DC2626

Red

Color Codes

All color formats for development

HEX
#DC2626
RGB
rgb(220, 38, 38)
HSL
hsl(0, 72%, 51%)
OKLCH
oklch(0.577 0.215 27.3)
CMYK
cmyk(0%, 83%, 83%, 14%)

Accessibility

WCAG contrast compliance

On White Background

4.83:1

AA AAA

On Black Background

4.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FAE0
200
#F6C6
300
#EF9A
400
#E665
500
#DF3A
600
#C11F
700
#9A19
800
#6E12
900
#460B
950
#2C07

Shades

Darker variations

1#C92121
2#B31D1D
3#9D1919
4#861616
5#701212
6#590F0F
7#430B0B
8#2D0707
9#160404

Tints

Lighter variations

1#E03E3E
2#E35353
3#E76969
4#EA7E7E
5#EE9494
6#F1A9A9
7#F5BFBF
8#F8D4D4
9#FCEAEA

Tones

Muted variations

1#D33131
2#CA3A3A
3#C14343
4#B84C4C
5#AF5555
6#A65E5E
7#9D6767
8#947070
9#8B7979

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F2
BackgroundsSubtle highlightsCard backgrounds
100
FAE0
#FAE0E0
Light backgroundsTable row hoverSkeleton loading
200
F6C6
#F6C6C6
Secondary backgroundsInput backgroundsDividers
300
EF9A
#EF9A9A
BordersInactive statesPlaceholder text
400
E665
#E66565
Disabled statesSecondary iconsMuted text
500
DF3A
#DF3A3A
Primary brand colorCTAsActive elementsLinks
600
C11F
#C11F1F
Hover statesFocus ringsPrimary buttons hover
700
9A19
#9A1919
Active/pressed statesDark mode accentsSecondary text
800
6E12
#6E1212
Text on light backgroundsHeadingsStrong borders
900
460B
#460B0B
Primary textHigh emphasis contentDark headings
950
2C07
#2C0707
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FDF2F2;
  --crimson-100: #FAE0E0;
  --crimson-200: #F6C6C6;
  --crimson-300: #EF9A9A;
  --crimson-400: #E66565;
  --crimson-500: #DF3A3A;
  --crimson-600: #C11F1F;
  --crimson-700: #9A1919;
  --crimson-800: #6E1212;
  --crimson-900: #460B0B;
  --crimson-950: #2C0707;
}
Generate More ShadesCreate PaletteConvert Color