Crimson

#DC043E

Pink

Color Codes

All color formats for development

HEX
#DC043E
RGB
rgb(220, 4, 62)
HSL
hsl(344, 96%, 44%)
OKLCH
oklch(0.567 0.226 18.7)
CMYK
cmyk(0%, 98%, 72%, 14%)

Accessibility

WCAG contrast compliance

On White Background

5.08:1

AA AAA

On Black Background

4.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FEDC
200
#FEBE
300
#FD8C
400
#FB50
500
#FA1E
600
#DC04
700
#AF04
800
#7D03
900
#5002
950
#3201

Shades

Darker variations

1#C60438
2#B00432
3#9A032B
4#840325
5#6E021F
6#580219
7#420113
8#2C010C
9#160006

Tints

Lighter variations

1#F80546
2#FA1F5A
3#FB3B6E
4#FC5783
5#FC7398
6#FD8FAC
7#FDABC1
8#FEC7D6
9#FEE3EA

Tones

Muted variations

1#D10F43
2#C61A48
3#BC254D
4#B13052
5#A63A57
6#9B455C
7#915061
8#865B66
9#7B656B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F4
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCE5
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBECF
Secondary backgroundsInput backgroundsDividers
300
FD8C
#FD8CAA
BordersInactive statesPlaceholder text
400
FB50
#FB507E
Disabled statesSecondary iconsMuted text
500
FA1E
#FA1E59
Primary brand colorCTAsActive elementsLinks
600
DC04
#DC043E
Hover statesFocus ringsPrimary buttons hover
700
AF04
#AF0431
Active/pressed statesDark mode accentsSecondary text
800
7D03
#7D0323
Text on light backgroundsHeadingsStrong borders
900
5002
#500217
Primary textHigh emphasis contentDark headings
950
3201
#32010E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FFF0F4;
  --crimson-100: #FEDCE5;
  --crimson-200: #FEBECF;
  --crimson-300: #FD8CAA;
  --crimson-400: #FB507E;
  --crimson-500: #FA1E59;
  --crimson-600: #DC043E;
  --crimson-700: #AF0431;
  --crimson-800: #7D0323;
  --crimson-900: #500217;
  --crimson-950: #32010E;
}
Generate More ShadesCreate PaletteConvert Color