Crimson

#D30D38

Red

Color Codes

All color formats for development

HEX
#D30D38
RGB
rgb(211, 13, 56)
HSL
hsl(347, 88%, 44%)
OKLCH
oklch(0.552 0.217 20.1)
CMYK
cmyk(0%, 94%, 73%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.41:1

AA AAA

On Black Background

3.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDD
200
#FBC1
300
#F891
400
#F457
500
#F127
600
#D30D
700
#A80B
800
#7808
900
#4D05
950
#3003

Shades

Darker variations

1#BE0C33
2#A90B2D
3#940927
4#7F0822
5#69071C
6#540516
7#3F0411
8#2A030B
9#150106

Tints

Lighter variations

1#EE0F3F
2#F12854
3#F34369
4#F55E7F
5#F67994
6#F894A9
7#FAAEBF
8#FCC9D4
9#FDE4EA

Tones

Muted variations

1#C9173E
2#BF2143
3#B52B49
4#AB354F
5#A23F54
6#98495A
7#8E535F
8#845C65
9#7A666B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F4
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE4
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1CD
Secondary backgroundsInput backgroundsDividers
300
F891
#F891A7
BordersInactive statesPlaceholder text
400
F457
#F45779
Disabled statesSecondary iconsMuted text
500
F127
#F12753
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D38
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B2D
Active/pressed statesDark mode accentsSecondary text
800
7808
#780820
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0514
Primary textHigh emphasis contentDark headings
950
3003
#30030D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F4;
  --crimson-100: #FDDDE4;
  --crimson-200: #FBC1CD;
  --crimson-300: #F891A7;
  --crimson-400: #F45779;
  --crimson-500: #F12753;
  --crimson-600: #D30D38;
  --crimson-700: #A80B2D;
  --crimson-800: #780820;
  --crimson-900: #4D0514;
  --crimson-950: #30030D;
}
Generate More ShadesCreate PaletteConvert Color