Crimson

#FD1C58

Pink

Color Codes

All color formats for development

HEX
#FD1C58
RGB
rgb(253, 28, 88)
HSL
hsl(344, 98%, 55%)
OKLCH
oklch(0.639 0.245 15.5)
CMYK
cmyk(0%, 89%, 65%, 1%)

Accessibility

WCAG contrast compliance

On White Background

3.83:1

AA AAA

On Black Background

5.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FFDC
200
#FEBD
300
#FE8B
400
#FD4E
500
#FD1C
600
#DE02
700
#B102
800
#7E01
900
#5101
950
#3201

Shades

Darker variations

1#FA0344
2#DE023D
3#C20235
4#A7022E
5#8B0126
6#6F011E
7#530117
8#38010F
9#1C0008

Tints

Lighter variations

1#FD3368
2#FD4979
3#FD608A
4#FE779B
5#FE8DAB
6#FEA4BC
7#FEBBCD
8#FFD2DE
9#FFE8EE

Tones

Muted variations

1#F1275D
2#E63262
3#DB3E68
4#D0496D
5#C45472
6#B95F77
7#AE6B7D
8#A37682
9#978187

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F4
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCE5
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDCF
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8BAA
BordersInactive statesPlaceholder text
400
FD4E
#FD4E7D
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1C58
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE023D
Hover statesFocus ringsPrimary buttons hover
700
B102
#B10230
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E0123
Text on light backgroundsHeadingsStrong borders
900
5101
#510116
Primary textHigh emphasis contentDark headings
950
3201
#32010E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FFF0F4;
  --crimson-100: #FFDCE5;
  --crimson-200: #FEBDCF;
  --crimson-300: #FE8BAA;
  --crimson-400: #FD4E7D;
  --crimson-500: #FD1C58;
  --crimson-600: #DE023D;
  --crimson-700: #B10230;
  --crimson-800: #7E0123;
  --crimson-900: #510116;
  --crimson-950: #32010E;
}
Generate More ShadesCreate PaletteConvert Color