Crimson

#F42552

Red

Color Codes

All color formats for development

HEX
#F42552
RGB
rgb(244, 37, 82)
HSL
hsl(347, 90%, 55%)
OKLCH
oklch(0.626 0.234 17)
CMYK
cmyk(0%, 85%, 66%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.01:1

AA AAA

On Black Background

5.23: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#F00D3E
2#D50B37
3#BB0A30
4#A00829
5#850722
6#6B061B
7#500415
8#35030E
9#1B0107

Tints

Lighter variations

1#F53B63
2#F65174
3#F76686
4#F87C97
5#F992A8
6#FAA8BA
7#FCBECB
8#FDD3DC
9#FEE9EE

Tones

Muted variations

1#E92F58
2#DF3A5D
3#D54463
4#CA4E69
5#C0596F
6#B66375
7#AB6D7B
8#A17881
9#978286

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE4
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0CD
Secondary backgroundsInput backgroundsDividers
300
F990
#F990A6
BordersInactive statesPlaceholder text
400
F655
#F65578
Disabled statesSecondary iconsMuted text
500
F425
#F42552
Primary brand colorCTAsActive elementsLinks
600
D50B
#D50B37
Hover statesFocus ringsPrimary buttons hover
700
AA09
#AA092C
Active/pressed statesDark mode accentsSecondary text
800
7906
#79061F
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E0414
Primary textHigh emphasis contentDark headings
950
3003
#30030C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F3;
  --crimson-100: #FDDDE4;
  --crimson-200: #FCC0CD;
  --crimson-300: #F990A6;
  --crimson-400: #F65578;
  --crimson-500: #F42552;
  --crimson-600: #D50B37;
  --crimson-700: #AA092C;
  --crimson-800: #79061F;
  --crimson-900: #4E0414;
  --crimson-950: #30030C;
}
Generate More ShadesCreate PaletteConvert Color