Crimson

#C51B48

Pink

Color Codes

All color formats for development

HEX
#C51B48
RGB
rgb(197, 27, 72)
HSL
hsl(344, 76%, 44%)
OKLCH
oklch(0.534 0.2 14.1)
CMYK
cmyk(0%, 86%, 63%, 23%)

Accessibility

WCAG contrast compliance

On White Background

5.79: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#B21841
2#9E163A
3#8A1333
4#76102B
5#630D24
6#4F0B1D
7#3B0816
8#27050E
9#140307

Tints

Lighter variations

1#DF1E52
2#E43664
3#E74F78
4#EA688B
5#EE819E
6#F19AB2
7#F5B4C5
8#F8CDD8
9#FCE6EC

Tones

Muted variations

1#BD234C
2#B42C50
3#AC3554
4#A33D58
5#9B465C
6#924E60
7#8A5764
8#815F68
9#79686C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F5
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0E7
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5D2
Secondary backgroundsInput backgroundsDividers
300
F198
#F198B0
BordersInactive statesPlaceholder text
400
EA62
#EA6286
Disabled statesSecondary iconsMuted text
500
E335
#E33564
Primary brand colorCTAsActive elementsLinks
600
C51B
#C51B48
Hover statesFocus ringsPrimary buttons hover
700
9D15
#9D153A
Active/pressed statesDark mode accentsSecondary text
800
700F
#700F29
Text on light backgroundsHeadingsStrong borders
900
480A
#480A1A
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: #FDF2F5;
  --crimson-100: #FBE0E7;
  --crimson-200: #F7C5D2;
  --crimson-300: #F198B0;
  --crimson-400: #EA6286;
  --crimson-500: #E33564;
  --crimson-600: #C51B48;
  --crimson-700: #9D153A;
  --crimson-800: #700F29;
  --crimson-900: #480A1A;
  --crimson-950: #2D0610;
}
Generate More ShadesCreate PaletteConvert Color