Crimson

#FA1E3F

Red

Color Codes

All color formats for development

HEX
#FA1E3F
RGB
rgb(250, 30, 63)
HSL
hsl(351, 96%, 55%)
OKLCH
oklch(0.63 0.243 22.1)
CMYK
cmyk(0%, 88%, 75%, 2%)

Accessibility

WCAG contrast compliance

On White Background

3.95:1

AA AAA

On Black Background

5.32: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#F70529
2#DC0425
3#C00420
4#A5031C
5#890317
6#6E0212
7#52020E
8#370109
9#1B0105

Tints

Lighter variations

1#FB3552
2#FB4B66
3#FC6279
4#FC788C
5#FD8F9F
6#FDA5B2
7#FEBCC5
8#FED2D9
9#FFE9EC

Tones

Muted variations

1#EF2947
2#E4344F
3#D93F56
4#CE4A5E
5#C35566
6#B8606D
7#AD6B75
8#A2767D
9#978185

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F2
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCE1
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBEC8
Secondary backgroundsInput backgroundsDividers
300
FD8C
#FD8C9D
BordersInactive statesPlaceholder text
400
FB50
#FB506A
Disabled statesSecondary iconsMuted text
500
FA1E
#FA1E3F
Primary brand colorCTAsActive elementsLinks
600
DC04
#DC0425
Hover statesFocus ringsPrimary buttons hover
700
AF04
#AF041D
Active/pressed statesDark mode accentsSecondary text
800
7D03
#7D0315
Text on light backgroundsHeadingsStrong borders
900
5002
#50020D
Primary textHigh emphasis contentDark headings
950
3201
#320108
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FFF0F2;
  --crimson-100: #FEDCE1;
  --crimson-200: #FEBEC8;
  --crimson-300: #FD8C9D;
  --crimson-400: #FB506A;
  --crimson-500: #FA1E3F;
  --crimson-600: #DC0425;
  --crimson-700: #AF041D;
  --crimson-800: #7D0315;
  --crimson-900: #50020D;
  --crimson-950: #320108;
}
Generate More ShadesCreate PaletteConvert Color