Crimson

#D40C59

Pink

Color Codes

All color formats for development

HEX
#D40C59
RGB
rgb(212, 12, 89)
HSL
hsl(337, 89%, 44%)
OKLCH
oklch(0.56 0.22 8.9)
CMYK
cmyk(0%, 94%, 58%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.25:1

AA AAA

On Black Background

4.00: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#BF0B50
2#AA0A47
3#94093E
4#7F0735
5#6A062C
6#550524
7#40041B
8#2A0212
9#150109

Tints

Lighter variations

1#EF0E64
2#F22775
3#F44286
4#F65D98
5#F778A9
6#F993BA
7#FAAECB
8#FCC9DD
9#FDE4EE

Tones

Muted variations

1#CA165B
2#C0205E
3#B62A60
4#AC3462
5#A23E65
6#984867
7#8E5269
8#845C6C
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
#FBC0D7
Secondary backgroundsInput backgroundsDividers
300
F990
#F990B8
BordersInactive statesPlaceholder text
400
F556
#F55693
Disabled statesSecondary iconsMuted text
500
F226
#F22674
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C59
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A47
Active/pressed statesDark mode accentsSecondary text
800
7807
#780733
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D0420
Primary textHigh emphasis contentDark headings
950
3003
#300314
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F6;
  --crimson-100: #FDDDE9;
  --crimson-200: #FBC0D7;
  --crimson-300: #F990B8;
  --crimson-400: #F55693;
  --crimson-500: #F22674;
  --crimson-600: #D40C59;
  --crimson-700: #A90A47;
  --crimson-800: #780733;
  --crimson-900: #4D0420;
  --crimson-950: #300314;
}
Generate More ShadesCreate PaletteConvert Color