Crimson

#D60A66

Pink

Color Codes

All color formats for development

HEX
#D60A66
RGB
rgb(214, 10, 102)
HSL
hsl(333, 91%, 44%)
OKLCH
oklch(0.566 0.224 4.4)
CMYK
cmyk(0%, 95%, 52%, 16%)

Accessibility

WCAG contrast compliance

On White Background

5.13:1

AA AAA

On Black Background

4.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FDDD
200
#FCC0
300
#FA8F
400
#F755
500
#F524
600
#D60A
700
#AA08
800
#7A06
900
#4E04
950
#3102

Shades

Darker variations

1#C1095C
2#AB0852
3#960747
4#81063D
5#6B0533
6#560429
7#40031F
8#2B0214
9#15010A

Tints

Lighter variations

1#F20B73
2#F52582
3#F64092
4#F75BA2
5#F977B1
6#FA92C1
7#FBADD0
8#FCC8E0
9#FEE4EF

Tones

Muted variations

1#CC1467
2#C21F68
3#B82969
4#AD336A
5#A33D6B
6#99476C
7#8F526D
8#855C6E
9#7A666F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F7
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDEC
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0DB
Secondary backgroundsInput backgroundsDividers
300
FA8F
#FA8FBF
BordersInactive statesPlaceholder text
400
F755
#F7559E
Disabled statesSecondary iconsMuted text
500
F524
#F52482
Primary brand colorCTAsActive elementsLinks
600
D60A
#D60A66
Hover statesFocus ringsPrimary buttons hover
700
AA08
#AA0851
Active/pressed statesDark mode accentsSecondary text
800
7A06
#7A063A
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E0425
Primary textHigh emphasis contentDark headings
950
3102
#310217
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F7;
  --crimson-100: #FDDDEC;
  --crimson-200: #FCC0DB;
  --crimson-300: #FA8FBF;
  --crimson-400: #F7559E;
  --crimson-500: #F52482;
  --crimson-600: #D60A66;
  --crimson-700: #AA0851;
  --crimson-800: #7A063A;
  --crimson-900: #4E0425;
  --crimson-950: #310217;
}
Generate More ShadesCreate PaletteConvert Color