Crimson

#D40C56

Pink

Color Codes

All color formats for development

HEX
#D40C56
RGB
rgb(212, 12, 86)
HSL
hsl(338, 89%, 44%)
OKLCH
oklch(0.559 0.219 10)
CMYK
cmyk(0%, 94%, 59%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.27:1

AA AAA

On Black Background

3.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDD
200
#FBC0
300
#F990
400
#F556
500
#F226
600
#D40C
700
#A90A
800
#7807
900
#4D04
950
#3003

Shades

Darker variations

1#BF0B4D
2#AA0A44
3#94093C
4#7F0733
5#6A062B
6#550522
7#40041A
8#2A0211
9#150109

Tints

Lighter variations

1#EF0E60
2#F22772
3#F44283
4#F65D95
5#F778A7
6#F993B8
7#FAAECA
8#FCC9DC
9#FDE4ED

Tones

Muted variations

1#CA1658
2#C0205B
3#B62A5E
4#AC3460
5#A23E63
6#984866
7#8E5268
8#845C6B
9#7A666E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F6
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE9
Light backgroundsTable row hoverSkeleton loading
200
FBC0
#FBC0D6
Secondary backgroundsInput backgroundsDividers
300
F990
#F990B6
BordersInactive statesPlaceholder text
400
F556
#F55691
Disabled statesSecondary iconsMuted text
500
F226
#F22671
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C56
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A44
Active/pressed statesDark mode accentsSecondary text
800
7807
#780731
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D041F
Primary textHigh emphasis contentDark headings
950
3003
#300313
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F6;
  --crimson-100: #FDDDE9;
  --crimson-200: #FBC0D6;
  --crimson-300: #F990B6;
  --crimson-400: #F55691;
  --crimson-500: #F22671;
  --crimson-600: #D40C56;
  --crimson-700: #A90A44;
  --crimson-800: #780731;
  --crimson-900: #4D041F;
  --crimson-950: #300313;
}
Generate More ShadesCreate PaletteConvert Color