Crimson

#FA1E4A

Red

Color Codes

All color formats for development

HEX
#FA1E4A
RGB
rgb(250, 30, 74)
HSL
hsl(348, 96%, 55%)
OKLCH
oklch(0.632 0.242 19.3)
CMYK
cmyk(0%, 88%, 70%, 2%)

Accessibility

WCAG contrast compliance

On White Background

3.93:1

AA AAA

On Black Background

5.35: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#F70536
2#DC0430
3#C0042A
4#A50324
5#89031E
6#6E0218
7#520212
8#37010C
9#1B0106

Tints

Lighter variations

1#FB355C
2#FB4B6E
3#FC6280
4#FC7892
5#FD8FA5
6#FDA5B7
7#FEBCC9
8#FED2DB
9#FFE9ED

Tones

Muted variations

1#EF2951
2#E43457
3#D93F5E
4#CE4A65
5#C3556B
6#B86072
7#AD6B78
8#A2767F
9#978186

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCE3
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBECB
Secondary backgroundsInput backgroundsDividers
300
FD8C
#FD8CA3
BordersInactive statesPlaceholder text
400
FB50
#FB5072
Disabled statesSecondary iconsMuted text
500
FA1E
#FA1E4A
Primary brand colorCTAsActive elementsLinks
600
DC04
#DC0430
Hover statesFocus ringsPrimary buttons hover
700
AF04
#AF0426
Active/pressed statesDark mode accentsSecondary text
800
7D03
#7D031B
Text on light backgroundsHeadingsStrong borders
900
5002
#500211
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: #FEDCE3;
  --crimson-200: #FEBECB;
  --crimson-300: #FD8CA3;
  --crimson-400: #FB5072;
  --crimson-500: #FA1E4A;
  --crimson-600: #DC0430;
  --crimson-700: #AF0426;
  --crimson-800: #7D031B;
  --crimson-900: #500211;
  --crimson-950: #32010B;
}
Generate More ShadesCreate PaletteConvert Color