Crimson

#D30D42

Pink

Color Codes

All color formats for development

HEX
#D30D42
RGB
rgb(211, 13, 66)
HSL
hsl(344, 88%, 44%)
OKLCH
oklch(0.553 0.217 17)
CMYK
cmyk(0%, 94%, 69%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.38:1

AA AAA

On Black Background

3.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDD
200
#FBC1
300
#F891
400
#F457
500
#F127
600
#D30D
700
#A80B
800
#7808
900
#4D05
950
#3003

Shades

Darker variations

1#BE0C3C
2#A90B35
3#94092E
4#7F0828
5#690721
6#54051A
7#3F0414
8#2A030D
9#150107

Tints

Lighter variations

1#EE0F4B
2#F1285E
3#F34372
4#F55E86
5#F6799A
6#F894AE
7#FAAEC3
8#FCC9D7
9#FDE4EB

Tones

Muted variations

1#C91747
2#BF214B
3#B52B50
4#AB3555
5#A23F59
6#98495E
7#8E5362
8#845C67
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
FBC1
#FBC1D0
Secondary backgroundsInput backgroundsDividers
300
F891
#F891AC
BordersInactive statesPlaceholder text
400
F457
#F45781
Disabled statesSecondary iconsMuted text
500
F127
#F1275D
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D42
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B35
Active/pressed statesDark mode accentsSecondary text
800
7808
#780826
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0518
Primary textHigh emphasis contentDark headings
950
3003
#30030F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F4;
  --crimson-100: #FDDDE6;
  --crimson-200: #FBC1D0;
  --crimson-300: #F891AC;
  --crimson-400: #F45781;
  --crimson-500: #F1275D;
  --crimson-600: #D30D42;
  --crimson-700: #A80B35;
  --crimson-800: #780826;
  --crimson-900: #4D0518;
  --crimson-950: #30030F;
}
Generate More ShadesCreate PaletteConvert Color