Crimson

#D30D56

Pink

Color Codes

All color formats for development

HEX
#D30D56
RGB
rgb(211, 13, 86)
HSL
hsl(338, 88%, 44%)
OKLCH
oklch(0.557 0.218 9.9)
CMYK
cmyk(0%, 94%, 59%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.30:1

AA AAA

On Black Background

3.96: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#BE0C4D
2#A90B45
3#94093C
4#7F0834
5#69072B
6#540522
7#3F041A
8#2A0311
9#150109

Tints

Lighter variations

1#EE0F61
2#F12872
3#F34384
4#F55E95
5#F679A7
6#F894B8
7#FAAECA
8#FCC9DC
9#FDE4ED

Tones

Muted variations

1#C91759
2#BF215B
3#B52B5E
4#AB3560
5#A23F63
6#984966
7#8E5368
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
FBC1
#FBC1D6
Secondary backgroundsInput backgroundsDividers
300
F891
#F891B7
BordersInactive statesPlaceholder text
400
F457
#F45791
Disabled statesSecondary iconsMuted text
500
F127
#F12771
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D56
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B44
Active/pressed statesDark mode accentsSecondary text
800
7808
#780831
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D051F
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: #FBC1D6;
  --crimson-300: #F891B7;
  --crimson-400: #F45791;
  --crimson-500: #F12771;
  --crimson-600: #D30D56;
  --crimson-700: #A80B44;
  --crimson-800: #780831;
  --crimson-900: #4D051F;
  --crimson-950: #300314;
}
Generate More ShadesCreate PaletteConvert Color