Crimson

#FD1C4D

Red

Color Codes

All color formats for development

HEX
#FD1C4D
RGB
rgb(253, 28, 77)
HSL
hsl(347, 98%, 55%)
OKLCH
oklch(0.637 0.245 18.6)
CMYK
cmyk(0%, 89%, 70%, 1%)

Accessibility

WCAG contrast compliance

On White Background

3.85:1

AA AAA

On Black Background

5.45: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#FA0338
2#DE0232
3#C2022C
4#A70225
5#8B011F
6#6F0119
7#530113
8#38010C
9#1C0006

Tints

Lighter variations

1#FD335E
2#FD4970
3#FD6082
4#FE7794
5#FE8DA6
6#FEA4B8
7#FEBBC9
8#FFD2DB
9#FFE8ED

Tones

Muted variations

1#F12753
2#E63259
3#DB3E60
4#D04966
5#C4546C
6#B95F73
7#AE6B79
8#A37680
9#978186

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCE3
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDCB
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8BA4
BordersInactive statesPlaceholder text
400
FD4E
#FD4E74
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1C4D
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE0232
Hover statesFocus ringsPrimary buttons hover
700
B102
#B10228
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E011C
Text on light backgroundsHeadingsStrong borders
900
5101
#510112
Primary textHigh emphasis contentDark headings
950
3201
#32010B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FFF0F3;
  --crimson-100: #FFDCE3;
  --crimson-200: #FEBDCB;
  --crimson-300: #FE8BA4;
  --crimson-400: #FD4E74;
  --crimson-500: #FD1C4D;
  --crimson-600: #DE0232;
  --crimson-700: #B10228;
  --crimson-800: #7E011C;
  --crimson-900: #510112;
  --crimson-950: #32010B;
}
Generate More ShadesCreate PaletteConvert Color