Crimson

#D7094E

Pink

Color Codes

All color formats for development

HEX
#D7094E
RGB
rgb(215, 9, 78)
HSL
hsl(340, 92%, 44%)
OKLCH
oklch(0.562 0.222 13.2)
CMYK
cmyk(0%, 96%, 64%, 16%)

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
#FEF0
100
#FEDD
200
#FCBF
300
#FA8E
400
#F854
500
#F623
600
#D709
700
#AB07
800
#7A05
900
#4E03
950
#3102

Shades

Darker variations

1#C20846
2#AC073E
3#970636
4#81052F
5#6C0427
6#56041F
7#410317
8#2B0210
9#160108

Tints

Lighter variations

1#F30A58
2#F6246A
3#F73F7C
4#F85A8F
5#F976A2
6#FA91B4
7#FCADC7
8#FDC8DA
9#FEE4EC

Tones

Muted variations

1#CD1351
2#C31E55
3#B82858
4#AE325C
5#A43D5F
6#994762
7#8F5166
8#855C69
9#7B666D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F5
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDE8
Light backgroundsTable row hoverSkeleton loading
200
FCBF
#FCBFD4
Secondary backgroundsInput backgroundsDividers
300
FA8E
#FA8EB2
BordersInactive statesPlaceholder text
400
F854
#F8548A
Disabled statesSecondary iconsMuted text
500
F623
#F62369
Primary brand colorCTAsActive elementsLinks
600
D709
#D7094E
Hover statesFocus ringsPrimary buttons hover
700
AB07
#AB073E
Active/pressed statesDark mode accentsSecondary text
800
7A05
#7A052C
Text on light backgroundsHeadingsStrong borders
900
4E03
#4E031C
Primary textHigh emphasis contentDark headings
950
3102
#310212
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F5;
  --crimson-100: #FEDDE8;
  --crimson-200: #FCBFD4;
  --crimson-300: #FA8EB2;
  --crimson-400: #F8548A;
  --crimson-500: #F62369;
  --crimson-600: #D7094E;
  --crimson-700: #AB073E;
  --crimson-800: #7A052C;
  --crimson-900: #4E031C;
  --crimson-950: #310212;
}
Generate More ShadesCreate PaletteConvert Color