Crimson

#F42536

Red

Color Codes

All color formats for development

HEX
#F42536
RGB
rgb(244, 37, 54)
HSL
hsl(355, 90%, 55%)
OKLCH
oklch(0.622 0.235 24.5)
CMYK
cmyk(0%, 85%, 78%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.07:1

AA AAA

On Black Background

5.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FDDD
200
#FCC0
300
#F990
400
#F655
500
#F425
600
#D50B
700
#AA09
800
#7906
900
#4E04
950
#3003

Shades

Darker variations

1#F00D20
2#D50B1C
3#BB0A19
4#A00815
5#850712
6#6B060E
7#50040B
8#350307
9#1B0104

Tints

Lighter variations

1#F53B4A
2#F6515E
3#F76672
4#F87C87
5#F9929B
6#FAA8AF
7#FCBEC3
8#FDD3D7
9#FEE9EB

Tones

Muted variations

1#E92F3F
2#DF3A47
3#D54450
4#CA4E59
5#C05961
6#B6636A
7#AB6D72
8#A1787B
9#978284

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F2
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE0
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0C5
Secondary backgroundsInput backgroundsDividers
300
F990
#F99098
BordersInactive statesPlaceholder text
400
F655
#F65563
Disabled statesSecondary iconsMuted text
500
F425
#F42536
Primary brand colorCTAsActive elementsLinks
600
D50B
#D50B1C
Hover statesFocus ringsPrimary buttons hover
700
AA09
#AA0916
Active/pressed statesDark mode accentsSecondary text
800
7906
#790610
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E040A
Primary textHigh emphasis contentDark headings
950
3003
#300306
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F2;
  --crimson-100: #FDDDE0;
  --crimson-200: #FCC0C5;
  --crimson-300: #F99098;
  --crimson-400: #F65563;
  --crimson-500: #F42536;
  --crimson-600: #D50B1C;
  --crimson-700: #AA0916;
  --crimson-800: #790610;
  --crimson-900: #4E040A;
  --crimson-950: #300306;
}
Generate More ShadesCreate PaletteConvert Color