Crimson

#FA1E43

Red

Color Codes

All color formats for development

HEX
#FA1E43
RGB
rgb(250, 30, 67)
HSL
hsl(350, 96%, 55%)
OKLCH
oklch(0.631 0.242 21.1)
CMYK
cmyk(0%, 88%, 73%, 2%)

Accessibility

WCAG contrast compliance

On White Background

3.94:1

AA AAA

On Black Background

5.33: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#F7052D
2#DC0428
3#C00423
4#A5031E
5#890319
6#6E0214
7#52020F
8#37010A
9#1B0105

Tints

Lighter variations

1#FB3556
2#FB4B68
3#FC627B
4#FC788E
5#FD8FA1
6#FDA5B4
7#FEBCC7
8#FED2D9
9#FFE9EC

Tones

Muted variations

1#EF294A
2#E43451
3#D93F59
4#CE4A60
5#C35568
6#B8606F
7#AD6B76
8#A2767E
9#978185

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F2
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCE2
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBEC9
Secondary backgroundsInput backgroundsDividers
300
FD8C
#FD8C9F
BordersInactive statesPlaceholder text
400
FB50
#FB506D
Disabled statesSecondary iconsMuted text
500
FA1E
#FA1E43
Primary brand colorCTAsActive elementsLinks
600
DC04
#DC0428
Hover statesFocus ringsPrimary buttons hover
700
AF04
#AF0420
Active/pressed statesDark mode accentsSecondary text
800
7D03
#7D0317
Text on light backgroundsHeadingsStrong borders
900
5002
#50020F
Primary textHigh emphasis contentDark headings
950
3201
#320109
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FFF0F2;
  --crimson-100: #FEDCE2;
  --crimson-200: #FEBEC9;
  --crimson-300: #FD8C9F;
  --crimson-400: #FB506D;
  --crimson-500: #FA1E43;
  --crimson-600: #DC0428;
  --crimson-700: #AF0420;
  --crimson-800: #7D0317;
  --crimson-900: #50020F;
  --crimson-950: #320109;
}
Generate More ShadesCreate PaletteConvert Color