Crimson

#F42547

Red

Color Codes

All color formats for development

HEX
#F42547
RGB
rgb(244, 37, 71)
HSL
hsl(350, 90%, 55%)
OKLCH
oklch(0.624 0.234 20.2)
CMYK
cmyk(0%, 85%, 71%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.04:1

AA AAA

On Black Background

5.20: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#F00D32
2#D50B2D
3#BB0A27
4#A00822
5#85071C
6#6B0616
7#500411
8#35030B
9#1B0106

Tints

Lighter variations

1#F53B5A
2#F6516C
3#F7667E
4#F87C91
5#F992A3
6#FAA8B6
7#FCBEC8
8#FDD3DA
9#FEE9ED

Tones

Muted variations

1#E92F4E
2#DF3A55
3#D5445C
4#CA4E63
5#C0596A
6#B66371
7#AB6D78
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
#FCC0CA
Secondary backgroundsInput backgroundsDividers
300
F990
#F990A1
BordersInactive statesPlaceholder text
400
F655
#F65570
Disabled statesSecondary iconsMuted text
500
F425
#F42547
Primary brand colorCTAsActive elementsLinks
600
D50B
#D50B2D
Hover statesFocus ringsPrimary buttons hover
700
AA09
#AA0924
Active/pressed statesDark mode accentsSecondary text
800
7906
#79061A
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E0410
Primary textHigh emphasis contentDark headings
950
3003
#30030A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F3;
  --crimson-100: #FDDDE2;
  --crimson-200: #FCC0CA;
  --crimson-300: #F990A1;
  --crimson-400: #F65570;
  --crimson-500: #F42547;
  --crimson-600: #D50B2D;
  --crimson-700: #AA0924;
  --crimson-800: #79061A;
  --crimson-900: #4E0410;
  --crimson-950: #30030A;
}
Generate More ShadesCreate PaletteConvert Color