Crimson

#D30D3C

Red

Color Codes

All color formats for development

HEX
#D30D3C
RGB
rgb(211, 13, 60)
HSL
hsl(346, 88%, 44%)
OKLCH
oklch(0.552 0.217 18.9)
CMYK
cmyk(0%, 94%, 72%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.39:1

AA AAA

On Black Background

3.89: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#BE0C36
2#A90B30
3#94092A
4#7F0824
5#69071E
6#540518
7#3F0412
8#2A030C
9#150106

Tints

Lighter variations

1#EE0F43
2#F12857
3#F3436C
4#F55E81
5#F67996
6#F894AB
7#FAAEC0
8#FCC9D5
9#FDE4EA

Tones

Muted variations

1#C91741
2#BF2146
3#B52B4B
4#AB3551
5#A23F56
6#98495B
7#8E5360
8#845C66
9#7A666B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F4
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE5
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1CE
Secondary backgroundsInput backgroundsDividers
300
F891
#F891A9
BordersInactive statesPlaceholder text
400
F457
#F4577C
Disabled statesSecondary iconsMuted text
500
F127
#F12756
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D3C
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B2F
Active/pressed statesDark mode accentsSecondary text
800
7808
#780822
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0516
Primary textHigh emphasis contentDark headings
950
3003
#30030E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F4;
  --crimson-100: #FDDDE5;
  --crimson-200: #FBC1CE;
  --crimson-300: #F891A9;
  --crimson-400: #F4577C;
  --crimson-500: #F12756;
  --crimson-600: #D30D3C;
  --crimson-700: #A80B2F;
  --crimson-800: #780822;
  --crimson-900: #4D0516;
  --crimson-950: #30030E;
}
Generate More ShadesCreate PaletteConvert Color