Crimson

#D30D5C

Pink

Color Codes

All color formats for development

HEX
#D30D5C
RGB
rgb(211, 13, 92)
HSL
hsl(336, 88%, 44%)
OKLCH
oklch(0.559 0.219 7.7)
CMYK
cmyk(0%, 94%, 56%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.27:1

AA AAA

On Black Background

3.98: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#BE0C53
2#A90B4A
3#940941
4#7F0837
5#69072E
6#540525
7#3F041C
8#2A0312
9#150109

Tints

Lighter variations

1#EE0F68
2#F12879
3#F34389
4#F55E9A
5#F679AB
6#F894BC
7#FAAECD
8#FCC9DD
9#FDE4EE

Tones

Muted variations

1#C9175E
2#BF2160
3#B52B62
4#AB3564
5#A23F66
6#984968
7#8E536A
8#845C6C
9#7A666E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F6
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDEA
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1D8
Secondary backgroundsInput backgroundsDividers
300
F891
#F891BA
BordersInactive statesPlaceholder text
400
F457
#F45796
Disabled statesSecondary iconsMuted text
500
F127
#F12778
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D5C
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B4A
Active/pressed statesDark mode accentsSecondary text
800
7808
#780835
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0522
Primary textHigh emphasis contentDark headings
950
3003
#300315
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F6;
  --crimson-100: #FDDDEA;
  --crimson-200: #FBC1D8;
  --crimson-300: #F891BA;
  --crimson-400: #F45796;
  --crimson-500: #F12778;
  --crimson-600: #D30D5C;
  --crimson-700: #A80B4A;
  --crimson-800: #780835;
  --crimson-900: #4D0522;
  --crimson-950: #300315;
}
Generate More ShadesCreate PaletteConvert Color