Crimson

#C41C46

Red

Color Codes

All color formats for development

HEX
#C41C46
RGB
rgb(196, 28, 70)
HSL
hsl(345, 75%, 44%)
OKLCH
oklch(0.532 0.198 14.9)
CMYK
cmyk(0%, 86%, 64%, 23%)

Accessibility

WCAG contrast compliance

On White Background

5.83:1

AA AAA

On Black Background

3.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FBE0
200
#F7C5
300
#F098
400
#E963
500
#E236
600
#C41C
700
#9C16
800
#7010
900
#470A
950
#2D06

Shades

Darker variations

1#B1193F
2#9D1638
3#891431
4#76112A
5#620E23
6#4F0B1C
7#3B0815
8#27060E
9#140307

Tints

Lighter variations

1#DD204F
2#E23762
3#E65076
4#EA6989
5#ED829D
6#F19BB0
7#F4B4C4
8#F8CDD8
9#FBE6EB

Tones

Muted variations

1#BC244A
2#B42D4F
3#AB3553
4#A33E57
5#9A465B
6#924F5F
7#895764
8#815F68
9#79686C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F4
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0E6
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5D1
Secondary backgroundsInput backgroundsDividers
300
F098
#F098AE
BordersInactive statesPlaceholder text
400
E963
#E96384
Disabled statesSecondary iconsMuted text
500
E236
#E23661
Primary brand colorCTAsActive elementsLinks
600
C41C
#C41C46
Hover statesFocus ringsPrimary buttons hover
700
9C16
#9C1638
Active/pressed statesDark mode accentsSecondary text
800
7010
#701028
Text on light backgroundsHeadingsStrong borders
900
470A
#470A19
Primary textHigh emphasis contentDark headings
950
2D06
#2D0610
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FDF2F4;
  --crimson-100: #FBE0E6;
  --crimson-200: #F7C5D1;
  --crimson-300: #F098AE;
  --crimson-400: #E96384;
  --crimson-500: #E23661;
  --crimson-600: #C41C46;
  --crimson-700: #9C1638;
  --crimson-800: #701028;
  --crimson-900: #470A19;
  --crimson-950: #2D0610;
}
Generate More ShadesCreate PaletteConvert Color