Crimson

#C9185C

Pink

Color Codes

All color formats for development

HEX
#C9185C
RGB
rgb(201, 24, 92)
HSL
hsl(337, 79%, 44%)
OKLCH
oklch(0.544 0.207 6.5)
CMYK
cmyk(0%, 88%, 54%, 21%)

Accessibility

WCAG contrast compliance

On White Background

5.57:1

AA AAA

On Black Background

3.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F8C4
300
#F396
400
#EC5F
500
#E732
600
#C918
700
#A013
800
#720D
900
#4909
950
#2E05

Shades

Darker variations

1#B51552
2#A11349
3#8D1040
4#790E37
5#640C2E
6#500925
7#3C071B
8#280512
9#140209

Tints

Lighter variations

1#E21B67
2#E73378
3#EA4C89
4#ED669A
5#F07FAA
6#F399BB
7#F6B2CC
8#F9CCDD
9#FCE5EE

Tones

Muted variations

1#C0205E
2#B72960
3#AE3262
4#A53B64
5#9D4466
6#944D68
7#8B566A
8#825E6C
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
F396
#F396BA
BordersInactive statesPlaceholder text
400
EC5F
#EC5F95
Disabled statesSecondary iconsMuted text
500
E732
#E73277
Primary brand colorCTAsActive elementsLinks
600
C918
#C9185C
Hover statesFocus ringsPrimary buttons hover
700
A013
#A01349
Active/pressed statesDark mode accentsSecondary text
800
720D
#720D34
Text on light backgroundsHeadingsStrong borders
900
4909
#490921
Primary textHigh emphasis contentDark headings
950
2E05
#2E0515
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: #F396BA;
  --crimson-400: #EC5F95;
  --crimson-500: #E73277;
  --crimson-600: #C9185C;
  --crimson-700: #A01349;
  --crimson-800: #720D34;
  --crimson-900: #490921;
  --crimson-950: #2E0515;
}
Generate More ShadesCreate PaletteConvert Color