Crimson

#F72250

Red

Color Codes

All color formats for development

HEX
#F72250
RGB
rgb(247, 34, 80)
HSL
hsl(347, 93%, 55%)
OKLCH
oklch(0.629 0.238 17.6)
CMYK
cmyk(0%, 86%, 68%, 3%)

Accessibility

WCAG contrast compliance

On White Background

3.96:1

AA AAA

On Black Background

5.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FEDD
200
#FDBF
300
#FB8E
400
#F953
500
#F722
600
#D908
700
#AC06
800
#7B04
900
#4F03
950
#3102

Shades

Darker variations

1#F4093C
2#D90835
3#BD072E
4#A20628
5#870521
6#6C041B
7#510314
8#36020D
9#1B0107

Tints

Lighter variations

1#F83861
2#F94E73
3#F96484
4#FA7A96
5#FB90A7
6#FCA6B9
7#FDBDCA
8#FDD3DC
9#FEE9ED

Tones

Muted variations

1#EC2C56
2#E2375C
3#D74262
4#CC4C68
5#C2576E
6#B76274
7#AC6C7A
8#A27780
9#978286

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDE4
Light backgroundsTable row hoverSkeleton loading
200
FDBF
#FDBFCC
Secondary backgroundsInput backgroundsDividers
300
FB8E
#FB8EA5
BordersInactive statesPlaceholder text
400
F953
#F95377
Disabled statesSecondary iconsMuted text
500
F722
#F72250
Primary brand colorCTAsActive elementsLinks
600
D908
#D90835
Hover statesFocus ringsPrimary buttons hover
700
AC06
#AC062A
Active/pressed statesDark mode accentsSecondary text
800
7B04
#7B041E
Text on light backgroundsHeadingsStrong borders
900
4F03
#4F0313
Primary textHigh emphasis contentDark headings
950
3102
#31020C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F3;
  --crimson-100: #FEDDE4;
  --crimson-200: #FDBFCC;
  --crimson-300: #FB8EA5;
  --crimson-400: #F95377;
  --crimson-500: #F72250;
  --crimson-600: #D90835;
  --crimson-700: #AC062A;
  --crimson-800: #7B041E;
  --crimson-900: #4F0313;
  --crimson-950: #31020C;
}
Generate More ShadesCreate PaletteConvert Color