Crimson

#C21E3F

Red

Color Codes

All color formats for development

HEX
#C21E3F
RGB
rgb(194, 30, 63)
HSL
hsl(348, 73%, 44%)
OKLCH
oklch(0.528 0.195 17.5)
CMYK
cmyk(0%, 85%, 68%, 24%)

Accessibility

WCAG contrast compliance

On White Background

5.91:1

AA AAA

On Black Background

3.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FAE0
200
#F6C6
300
#EF9A
400
#E765
500
#E038
600
#C21E
700
#9A18
800
#6E11
900
#470B
950
#2C07

Shades

Darker variations

1#AF1B39
2#9B1832
3#88152C
4#741226
5#610F20
6#4E0C19
7#3A0913
8#27060D
9#130306

Tints

Lighter variations

1#DB2247
2#E0395B
3#E4526F
4#E86B84
5#EC8398
6#F09CAD
7#F3B5C1
8#F7CED6
9#FBE6EA

Tones

Muted variations

1#BA2644
2#B22F49
3#AA374E
4#A13F53
5#994758
6#914F5D
7#895861
8#816066
9#78686B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F4
BackgroundsSubtle highlightsCard backgrounds
100
FAE0
#FAE0E5
Light backgroundsTable row hoverSkeleton loading
200
F6C6
#F6C6CF
Secondary backgroundsInput backgroundsDividers
300
EF9A
#EF9AAB
BordersInactive statesPlaceholder text
400
E765
#E7657F
Disabled statesSecondary iconsMuted text
500
E038
#E0385A
Primary brand colorCTAsActive elementsLinks
600
C21E
#C21E3F
Hover statesFocus ringsPrimary buttons hover
700
9A18
#9A1832
Active/pressed statesDark mode accentsSecondary text
800
6E11
#6E1124
Text on light backgroundsHeadingsStrong borders
900
470B
#470B17
Primary textHigh emphasis contentDark headings
950
2C07
#2C070E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FDF2F4;
  --crimson-100: #FAE0E5;
  --crimson-200: #F6C6CF;
  --crimson-300: #EF9AAB;
  --crimson-400: #E7657F;
  --crimson-500: #E0385A;
  --crimson-600: #C21E3F;
  --crimson-700: #9A1832;
  --crimson-800: #6E1124;
  --crimson-900: #470B17;
  --crimson-950: #2C070E;
}
Generate More ShadesCreate PaletteConvert Color