Crimson

#F42544

Red

Color Codes

All color formats for development

HEX
#F42544
RGB
rgb(244, 37, 68)
HSL
hsl(351, 90%, 55%)
OKLCH
oklch(0.623 0.234 21)
CMYK
cmyk(0%, 85%, 72%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.04:1

AA AAA

On Black Background

5.19: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#F00D2F
2#D50B2A
3#BB0A24
4#A0081F
5#85071A
6#6B0615
7#500410
8#35030A
9#1B0105

Tints

Lighter variations

1#F53B57
2#F65169
3#F7667C
4#F87C8F
5#F992A1
6#FAA8B4
7#FCBEC7
8#FDD3DA
9#FEE9EC

Tones

Muted variations

1#E92F4B
2#DF3A52
3#D5445A
4#CA4E61
5#C05968
6#B6636F
7#AB6D77
8#A1787E
9#978285

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE2
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0C9
Secondary backgroundsInput backgroundsDividers
300
F990
#F9909F
BordersInactive statesPlaceholder text
400
F655
#F6556E
Disabled statesSecondary iconsMuted text
500
F425
#F42544
Primary brand colorCTAsActive elementsLinks
600
D50B
#D50B2A
Hover statesFocus ringsPrimary buttons hover
700
AA09
#AA0921
Active/pressed statesDark mode accentsSecondary text
800
7906
#790618
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E040F
Primary textHigh emphasis contentDark headings
950
3003
#300309
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F3;
  --crimson-100: #FDDDE2;
  --crimson-200: #FCC0C9;
  --crimson-300: #F9909F;
  --crimson-400: #F6556E;
  --crimson-500: #F42544;
  --crimson-600: #D50B2A;
  --crimson-700: #AA0921;
  --crimson-800: #790618;
  --crimson-900: #4E040F;
  --crimson-950: #300309;
}
Generate More ShadesCreate PaletteConvert Color