Crimson

#F62350

Red

Color Codes

All color formats for development

HEX
#F62350
RGB
rgb(246, 35, 80)
HSL
hsl(347, 92%, 55%)
OKLCH
oklch(0.628 0.236 17.6)
CMYK
cmyk(0%, 86%, 67%, 4%)

Accessibility

WCAG contrast compliance

On White Background

3.98:1

AA AAA

On Black Background

5.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FEDD
200
#FCBF
300
#FA8E
400
#F854
500
#F623
600
#D709
700
#AB07
800
#7A05
900
#4E03
950
#3102

Shades

Darker variations

1#F20A3C
2#D70936
3#BC082F
4#A20728
5#870622
6#6C041B
7#510314
8#36020D
9#1B0107

Tints

Lighter variations

1#F73962
2#F84F73
3#F96585
4#F97B96
5#FA91A8
6#FBA7B9
7#FCBDCB
8#FDD3DC
9#FEE9EE

Tones

Muted variations

1#EB2D56
2#E1385C
3#D64262
4#CC4D68
5#C1576E
6#B66274
7#AC6D7A
8#A17780
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
FCBF
#FCBFCD
Secondary backgroundsInput backgroundsDividers
300
FA8E
#FA8EA6
BordersInactive statesPlaceholder text
400
F854
#F85477
Disabled statesSecondary iconsMuted text
500
F623
#F62350
Primary brand colorCTAsActive elementsLinks
600
D709
#D70936
Hover statesFocus ringsPrimary buttons hover
700
AB07
#AB072B
Active/pressed statesDark mode accentsSecondary text
800
7A05
#7A051F
Text on light backgroundsHeadingsStrong borders
900
4E03
#4E0314
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: #FCBFCD;
  --crimson-300: #FA8EA6;
  --crimson-400: #F85477;
  --crimson-500: #F62350;
  --crimson-600: #D70936;
  --crimson-700: #AB072B;
  --crimson-800: #7A051F;
  --crimson-900: #4E0314;
  --crimson-950: #31020C;
}
Generate More ShadesCreate PaletteConvert Color