Crimson

#C8195C

Pink

Color Codes

All color formats for development

HEX
#C8195C
RGB
rgb(200, 25, 92)
HSL
hsl(337, 78%, 44%)
OKLCH
oklch(0.543 0.206 6.4)
CMYK
cmyk(0%, 88%, 54%, 22%)

Accessibility

WCAG contrast compliance

On White Background

5.60:1

AA AAA

On Black Background

3.75: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#B41653
2#A01449
3#8C1140
4#780F37
5#640C2E
6#500A25
7#3C071C
8#280512
9#140209

Tints

Lighter variations

1#E11C67
2#E63478
3#E94D89
4#EC669A
5#EF80AB
6#F299BB
7#F6B3CC
8#F9CCDD
9#FCE6EE

Tones

Muted variations

1#BF215E
2#B62A60
3#AD3362
4#A53C64
5#9C4466
6#934D68
7#8A566A
8#825F6C
9#79676E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F6
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFEA
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4D8
Secondary backgroundsInput backgroundsDividers
300
F297
#F297BA
BordersInactive statesPlaceholder text
400
EB60
#EB6096
Disabled statesSecondary iconsMuted text
500
E633
#E63377
Primary brand colorCTAsActive elementsLinks
600
C819
#C8195C
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F1449
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E34
Text on light backgroundsHeadingsStrong borders
900
4909
#490921
Primary textHigh emphasis contentDark headings
950
2D06
#2D0615
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FDF1F6;
  --crimson-100: #FBDFEA;
  --crimson-200: #F8C4D8;
  --crimson-300: #F297BA;
  --crimson-400: #EB6096;
  --crimson-500: #E63377;
  --crimson-600: #C8195C;
  --crimson-700: #9F1449;
  --crimson-800: #710E34;
  --crimson-900: #490921;
  --crimson-950: #2D0615;
}
Generate More ShadesCreate PaletteConvert Color