Crimson

#C81967

Pink

Color Codes

All color formats for development

HEX
#C81967
RGB
rgb(200, 25, 103)
HSL
hsl(333, 78%, 44%)
OKLCH
oklch(0.546 0.208 2)
CMYK
cmyk(0%, 88%, 49%, 22%)

Accessibility

WCAG contrast compliance

On White Background

5.54:1

AA AAA

On Black Background

3.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F8C4
300
#F297
400
#EB60
500
#E633
600
#C819
700
#9F14
800
#710E
900
#4909
950
#2D06

Shades

Darker variations

1#B4165D
2#A01453
3#8C1148
4#780F3E
5#640C34
6#500A29
7#3C071F
8#280515
9#14020A

Tints

Lighter variations

1#E11C75
2#E63484
3#E94D93
4#EC66A3
5#EF80B2
6#F299C1
7#F6B3D1
8#F9CCE0
9#FCE6F0

Tones

Muted variations

1#BF2168
2#B62A69
3#AD336A
4#A53C6B
5#9C446C
6#934D6D
7#8A566E
8#825F6E
9#79676F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F7
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFEC
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4DB
Secondary backgroundsInput backgroundsDividers
300
F297
#F297C0
BordersInactive statesPlaceholder text
400
EB60
#EB609F
Disabled statesSecondary iconsMuted text
500
E633
#E63383
Primary brand colorCTAsActive elementsLinks
600
C819
#C81967
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F1452
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E3B
Text on light backgroundsHeadingsStrong borders
900
4909
#490926
Primary textHigh emphasis contentDark headings
950
2D06
#2D0618
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FDF1F7;
  --crimson-100: #FBDFEC;
  --crimson-200: #F8C4DB;
  --crimson-300: #F297C0;
  --crimson-400: #EB609F;
  --crimson-500: #E63383;
  --crimson-600: #C81967;
  --crimson-700: #9F1452;
  --crimson-800: #710E3B;
  --crimson-900: #490926;
  --crimson-950: #2D0618;
}
Generate More ShadesCreate PaletteConvert Color