Crimson

#D90846

Pink

Color Codes

All color formats for development

HEX
#D90846
RGB
rgb(217, 8, 70)
HSL
hsl(342, 93%, 44%)
OKLCH
oklch(0.564 0.223 16.1)
CMYK
cmyk(0%, 96%, 68%, 15%)

Accessibility

WCAG contrast compliance

On White Background

5.16:1

AA AAA

On Black Background

4.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FEDD
200
#FDBF
300
#FB8E
400
#F953
500
#F722
600
#D908
700
#AC06
800
#7B04
900
#4F03
950
#3102

Shades

Darker variations

1#C3073F
2#AD0638
3#980531
4#82052A
5#6C0423
6#57031C
7#410215
8#2B020E
9#160107

Tints

Lighter variations

1#F4094F
2#F72362
3#F83E76
4#F95A89
5#FA759D
6#FB91B1
7#FCACC4
8#FDC8D8
9#FEE3EB

Tones

Muted variations

1#CE124B
2#C41D4F
3#B92753
4#AF3257
5#A43C5B
6#9A4660
7#905164
8#855B68
9#7B666C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F5
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDE7
Light backgroundsTable row hoverSkeleton loading
200
FDBF
#FDBFD2
Secondary backgroundsInput backgroundsDividers
300
FB8E
#FB8EAF
BordersInactive statesPlaceholder text
400
F953
#F95385
Disabled statesSecondary iconsMuted text
500
F722
#F72262
Primary brand colorCTAsActive elementsLinks
600
D908
#D90846
Hover statesFocus ringsPrimary buttons hover
700
AC06
#AC0638
Active/pressed statesDark mode accentsSecondary text
800
7B04
#7B0428
Text on light backgroundsHeadingsStrong borders
900
4F03
#4F031A
Primary textHigh emphasis contentDark headings
950
3102
#310210
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F5;
  --crimson-100: #FEDDE7;
  --crimson-200: #FDBFD2;
  --crimson-300: #FB8EAF;
  --crimson-400: #F95385;
  --crimson-500: #F72262;
  --crimson-600: #D90846;
  --crimson-700: #AC0638;
  --crimson-800: #7B0428;
  --crimson-900: #4F031A;
  --crimson-950: #310210;
}
Generate More ShadesCreate PaletteConvert Color