Crimson

#FA1E38

Red

Color Codes

All color formats for development

HEX
#FA1E38
RGB
rgb(250, 30, 56)
HSL
hsl(353, 96%, 55%)
OKLCH
oklch(0.629 0.243 23.7)
CMYK
cmyk(0%, 88%, 78%, 2%)

Accessibility

WCAG contrast compliance

On White Background

3.96:1

AA AAA

On Black Background

5.31: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#F70521
2#DC041E
3#C0041A
4#A50316
5#890313
6#6E020F
7#52020B
8#370107
9#1B0104

Tints

Lighter variations

1#FB354C
2#FB4B60
3#FC6274
4#FC7887
5#FD8F9B
6#FDA5AF
7#FEBCC3
8#FED2D7
9#FFE9EB

Tones

Muted variations

1#EF2940
2#E43449
3#D93F51
4#CE4A5A
5#C35562
6#B8606A
7#AD6B73
8#A2767B
9#978184

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F2
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCE0
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBEC5
Secondary backgroundsInput backgroundsDividers
300
FD8C
#FD8C99
BordersInactive statesPlaceholder text
400
FB50
#FB5064
Disabled statesSecondary iconsMuted text
500
FA1E
#FA1E38
Primary brand colorCTAsActive elementsLinks
600
DC04
#DC041E
Hover statesFocus ringsPrimary buttons hover
700
AF04
#AF0418
Active/pressed statesDark mode accentsSecondary text
800
7D03
#7D0311
Text on light backgroundsHeadingsStrong borders
900
5002
#50020B
Primary textHigh emphasis contentDark headings
950
3201
#320107
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FFF0F2;
  --crimson-100: #FEDCE0;
  --crimson-200: #FEBEC5;
  --crimson-300: #FD8C99;
  --crimson-400: #FB5064;
  --crimson-500: #FA1E38;
  --crimson-600: #DC041E;
  --crimson-700: #AF0418;
  --crimson-800: #7D0311;
  --crimson-900: #50020B;
  --crimson-950: #320107;
}
Generate More ShadesCreate PaletteConvert Color