Crimson

#D30D2B

Red

Color Codes

All color formats for development

HEX
#D30D2B
RGB
rgb(211, 13, 43)
HSL
hsl(351, 88%, 44%)
OKLCH
oklch(0.55 0.218 23.6)
CMYK
cmyk(0%, 94%, 80%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.44:1

AA AAA

On Black Background

3.86: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#BE0C27
2#A90B22
3#94091E
4#7F081A
5#690716
6#540511
7#3F040D
8#2A0309
9#150104

Tints

Lighter variations

1#EE0F31
2#F12846
3#F3435D
4#F55E75
5#F6798C
6#F894A3
7#FAAEBA
8#FCC9D1
9#FDE4E8

Tones

Muted variations

1#C91732
2#BF2139
3#B52B40
4#AB3547
5#A23F4E
6#984955
7#8E535B
8#845C62
9#7A6669

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE2
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1C9
Secondary backgroundsInput backgroundsDividers
300
F891
#F891A0
BordersInactive statesPlaceholder text
400
F457
#F4576F
Disabled statesSecondary iconsMuted text
500
F127
#F12746
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D2B
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B22
Active/pressed statesDark mode accentsSecondary text
800
7808
#780818
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0510
Primary textHigh emphasis contentDark headings
950
3003
#30030A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F3;
  --crimson-100: #FDDDE2;
  --crimson-200: #FBC1C9;
  --crimson-300: #F891A0;
  --crimson-400: #F4576F;
  --crimson-500: #F12746;
  --crimson-600: #D30D2B;
  --crimson-700: #A80B22;
  --crimson-800: #780818;
  --crimson-900: #4D0510;
  --crimson-950: #30030A;
}
Generate More ShadesCreate PaletteConvert Color