Crimson

#D40C3B

Red

Color Codes

All color formats for development

HEX
#D40C3B
RGB
rgb(212, 12, 59)
HSL
hsl(346, 89%, 44%)
OKLCH
oklch(0.554 0.218 19.2)
CMYK
cmyk(0%, 94%, 72%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.36:1

AA AAA

On Black Background

3.92: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#BF0B35
2#AA0A2F
3#940929
4#7F0723
5#6A061D
6#550518
7#400412
8#2A020C
9#150106

Tints

Lighter variations

1#EF0E42
2#F22757
3#F4426C
4#F65D81
5#F77896
6#F993AB
7#FAAEC0
8#FCC9D5
9#FDE4EA

Tones

Muted variations

1#CA1640
2#C02046
3#B62A4B
4#AC3450
5#A23E56
6#98485B
7#8E5260
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
FBC0
#FBC0CE
Secondary backgroundsInput backgroundsDividers
300
F990
#F990A9
BordersInactive statesPlaceholder text
400
F556
#F5567B
Disabled statesSecondary iconsMuted text
500
F226
#F22656
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C3B
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A2F
Active/pressed statesDark mode accentsSecondary text
800
7807
#780721
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D0415
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: #FDDDE5;
  --crimson-200: #FBC0CE;
  --crimson-300: #F990A9;
  --crimson-400: #F5567B;
  --crimson-500: #F22656;
  --crimson-600: #D40C3B;
  --crimson-700: #A90A2F;
  --crimson-800: #780721;
  --crimson-900: #4D0415;
  --crimson-950: #30030D;
}
Generate More ShadesCreate PaletteConvert Color