Crimson

#C51B46

Red

Color Codes

All color formats for development

HEX
#C51B46
RGB
rgb(197, 27, 70)
HSL
hsl(345, 76%, 44%)
OKLCH
oklch(0.533 0.2 14.9)
CMYK
cmyk(0%, 86%, 64%, 23%)

Accessibility

WCAG contrast compliance

On White Background

5.80:1

AA AAA

On Black Background

3.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FBE0
200
#F7C5
300
#F198
400
#EA62
500
#E335
600
#C51B
700
#9D15
800
#700F
900
#480A
950
#2D06

Shades

Darker variations

1#B2183F
2#9E1638
3#8A1331
4#76102A
5#630D23
6#4F0B1C
7#3B0815
8#27050E
9#140307

Tints

Lighter variations

1#DF1E4E
2#E43661
3#E74F75
4#EA6889
5#EE819C
6#F19AB0
7#F5B4C4
8#F8CDD8
9#FCE6EB

Tones

Muted variations

1#BD234A
2#B42C4E
3#AC3552
4#A33D57
5#9B465B
6#924E5F
7#8A5763
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
F198
#F198AE
BordersInactive statesPlaceholder text
400
EA62
#EA6284
Disabled statesSecondary iconsMuted text
500
E335
#E33561
Primary brand colorCTAsActive elementsLinks
600
C51B
#C51B46
Hover statesFocus ringsPrimary buttons hover
700
9D15
#9D1537
Active/pressed statesDark mode accentsSecondary text
800
700F
#700F28
Text on light backgroundsHeadingsStrong borders
900
480A
#480A19
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: #F198AE;
  --crimson-400: #EA6284;
  --crimson-500: #E33561;
  --crimson-600: #C51B46;
  --crimson-700: #9D1537;
  --crimson-800: #700F28;
  --crimson-900: #480A19;
  --crimson-950: #2D0610;
}
Generate More ShadesCreate PaletteConvert Color