Crimson

#D60A58

Pink

Color Codes

All color formats for development

HEX
#D60A58
RGB
rgb(214, 10, 88)
HSL
hsl(337, 91%, 44%)
OKLCH
oklch(0.563 0.222 9.6)
CMYK
cmyk(0%, 95%, 59%, 16%)

Accessibility

WCAG contrast compliance

On White Background

5.19: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
#FDDD
200
#FCC0
300
#FA8F
400
#F755
500
#F524
600
#D60A
700
#AA08
800
#7A06
900
#4E04
950
#3102

Shades

Darker variations

1#C10950
2#AB0847
3#96073E
4#810635
5#6B052C
6#560423
7#40031B
8#2B0212
9#150109

Tints

Lighter variations

1#F20B64
2#F52575
3#F64086
4#F75B97
5#F977A8
6#FA92BA
7#FBADCB
8#FCC8DC
9#FEE4EE

Tones

Muted variations

1#CC145B
2#C21F5D
3#B82960
4#AD3362
5#A33D64
6#994767
7#8F5269
8#855C6B
9#7A666E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F6
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE9
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0D7
Secondary backgroundsInput backgroundsDividers
300
FA8F
#FA8FB8
BordersInactive statesPlaceholder text
400
F755
#F75593
Disabled statesSecondary iconsMuted text
500
F524
#F52474
Primary brand colorCTAsActive elementsLinks
600
D60A
#D60A58
Hover statesFocus ringsPrimary buttons hover
700
AA08
#AA0846
Active/pressed statesDark mode accentsSecondary text
800
7A06
#7A0632
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E0420
Primary textHigh emphasis contentDark headings
950
3102
#310214
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F6;
  --crimson-100: #FDDDE9;
  --crimson-200: #FCC0D7;
  --crimson-300: #FA8FB8;
  --crimson-400: #F75593;
  --crimson-500: #F52474;
  --crimson-600: #D60A58;
  --crimson-700: #AA0846;
  --crimson-800: #7A0632;
  --crimson-900: #4E0420;
  --crimson-950: #310214;
}
Generate More ShadesCreate PaletteConvert Color