Crimson

#D40C2A

Red

Color Codes

All color formats for development

HEX
#D40C2A
RGB
rgb(212, 12, 42)
HSL
hsl(351, 89%, 44%)
OKLCH
oklch(0.552 0.219 23.8)
CMYK
cmyk(0%, 94%, 80%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.40: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
#FBC0
300
#F990
400
#F556
500
#F226
600
#D40C
700
#A90A
800
#7807
900
#4D04
950
#3003

Shades

Darker variations

1#BF0B26
2#AA0A22
3#94091E
4#7F0719
5#6A0615
6#550511
7#40040D
8#2A0208
9#150104

Tints

Lighter variations

1#EF0E30
2#F22746
3#F4425D
4#F65D74
5#F7788B
6#F993A2
7#FAAEB9
8#FCC9D1
9#FDE4E8

Tones

Muted variations

1#CA1631
2#C02038
3#B62A3F
4#AC3446
5#A23E4D
6#984854
7#8E525B
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
FBC0
#FBC0C9
Secondary backgroundsInput backgroundsDividers
300
F990
#F990A0
BordersInactive statesPlaceholder text
400
F556
#F5566E
Disabled statesSecondary iconsMuted text
500
F226
#F22645
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C2A
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A22
Active/pressed statesDark mode accentsSecondary text
800
7807
#780718
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D040F
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: #FBC0C9;
  --crimson-300: #F990A0;
  --crimson-400: #F5566E;
  --crimson-500: #F22645;
  --crimson-600: #D40C2A;
  --crimson-700: #A90A22;
  --crimson-800: #780718;
  --crimson-900: #4D040F;
  --crimson-950: #30030A;
}
Generate More ShadesCreate PaletteConvert Color