Crimson

#FA1E51

Red

Color Codes

All color formats for development

HEX
#FA1E51
RGB
rgb(250, 30, 81)
HSL
hsl(346, 96%, 55%)
OKLCH
oklch(0.633 0.242 17.3)
CMYK
cmyk(0%, 88%, 68%, 2%)

Accessibility

WCAG contrast compliance

On White Background

3.91:1

AA AAA

On Black Background

5.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FEDC
200
#FEBE
300
#FD8C
400
#FB50
500
#FA1E
600
#DC04
700
#AF04
800
#7D03
900
#5002
950
#3201

Shades

Darker variations

1#F7053E
2#DC0437
3#C00430
4#A50329
5#890322
6#6E021B
7#520215
8#37010E
9#1B0107

Tints

Lighter variations

1#FB3563
2#FB4B74
3#FC6286
4#FC7897
5#FD8FA8
6#FDA5BA
7#FEBCCB
8#FED2DC
9#FFE9EE

Tones

Muted variations

1#EF2957
2#E4345D
3#D93F63
4#CE4A69
5#C3556F
6#B86075
7#AD6B7B
8#A27680
9#978186

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCE4
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBECD
Secondary backgroundsInput backgroundsDividers
300
FD8C
#FD8CA6
BordersInactive statesPlaceholder text
400
FB50
#FB5078
Disabled statesSecondary iconsMuted text
500
FA1E
#FA1E51
Primary brand colorCTAsActive elementsLinks
600
DC04
#DC0437
Hover statesFocus ringsPrimary buttons hover
700
AF04
#AF042C
Active/pressed statesDark mode accentsSecondary text
800
7D03
#7D031F
Text on light backgroundsHeadingsStrong borders
900
5002
#500214
Primary textHigh emphasis contentDark headings
950
3201
#32010C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FFF0F3;
  --crimson-100: #FEDCE4;
  --crimson-200: #FEBECD;
  --crimson-300: #FD8CA6;
  --crimson-400: #FB5078;
  --crimson-500: #FA1E51;
  --crimson-600: #DC0437;
  --crimson-700: #AF042C;
  --crimson-800: #7D031F;
  --crimson-900: #500214;
  --crimson-950: #32010C;
}
Generate More ShadesCreate PaletteConvert Color