Crimson

#D40C45

Pink

Color Codes

All color formats for development

HEX
#D40C45
RGB
rgb(212, 12, 69)
HSL
hsl(343, 89%, 44%)
OKLCH
oklch(0.555 0.218 16)
CMYK
cmyk(0%, 94%, 67%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.33:1

AA AAA

On Black Background

3.94: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#BF0B3E
2#AA0A37
3#940930
4#7F0729
5#6A0622
6#55051C
7#400415
8#2A020E
9#150107

Tints

Lighter variations

1#EF0E4E
2#F22761
3#F44274
4#F65D88
5#F7789C
6#F993B0
7#FAAEC4
8#FCC9D7
9#FDE4EB

Tones

Muted variations

1#CA1649
2#C0204E
3#B62A52
4#AC3456
5#A23E5B
6#98485F
7#8E5263
8#845C68
9#7A666C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F4
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE6
Light backgroundsTable row hoverSkeleton loading
200
FBC0
#FBC0D1
Secondary backgroundsInput backgroundsDividers
300
F990
#F990AE
BordersInactive statesPlaceholder text
400
F556
#F55683
Disabled statesSecondary iconsMuted text
500
F226
#F22660
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C45
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A37
Active/pressed statesDark mode accentsSecondary text
800
7807
#780727
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D0419
Primary textHigh emphasis contentDark headings
950
3003
#300310
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F4;
  --crimson-100: #FDDDE6;
  --crimson-200: #FBC0D1;
  --crimson-300: #F990AE;
  --crimson-400: #F55683;
  --crimson-500: #F22660;
  --crimson-600: #D40C45;
  --crimson-700: #A90A37;
  --crimson-800: #780727;
  --crimson-900: #4D0419;
  --crimson-950: #300310;
}
Generate More ShadesCreate PaletteConvert Color