Crimson

#D30D6A

Pink

Color Codes

All color formats for development

HEX
#D30D6A
RGB
rgb(211, 13, 106)
HSL
hsl(332, 88%, 44%)
OKLCH
oklch(0.563 0.222 2.4)
CMYK
cmyk(0%, 94%, 50%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.20:1

AA AAA

On Black Background

4.04: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#BE0C5F
2#A90B54
3#94094A
4#7F083F
5#690735
6#54052A
7#3F0420
8#2A0315
9#15010B

Tints

Lighter variations

1#EE0F77
2#F12886
3#F34395
4#F55EA4
5#F679B3
6#F894C3
7#FAAED2
8#FCC9E1
9#FDE4F0

Tones

Muted variations

1#C9176A
2#BF216B
3#B52B6C
4#AB356C
5#A23F6D
6#98496E
7#8E536E
8#845C6F
9#7A6670

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F7
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDEC
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1DC
Secondary backgroundsInput backgroundsDividers
300
F891
#F891C1
BordersInactive statesPlaceholder text
400
F457
#F457A1
Disabled statesSecondary iconsMuted text
500
F127
#F12786
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D6A
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B54
Active/pressed statesDark mode accentsSecondary text
800
7808
#78083C
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0526
Primary textHigh emphasis contentDark headings
950
3003
#300318
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F7;
  --crimson-100: #FDDDEC;
  --crimson-200: #FBC1DC;
  --crimson-300: #F891C1;
  --crimson-400: #F457A1;
  --crimson-500: #F12786;
  --crimson-600: #D30D6A;
  --crimson-700: #A80B54;
  --crimson-800: #78083C;
  --crimson-900: #4D0526;
  --crimson-950: #300318;
}
Generate More ShadesCreate PaletteConvert Color