Crimson

#F5244E

Red

Color Codes

All color formats for development

HEX
#F5244E
RGB
rgb(245, 36, 78)
HSL
hsl(348, 91%, 55%)
OKLCH
oklch(0.626 0.235 18.2)
CMYK
cmyk(0%, 85%, 68%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.00:1

AA AAA

On Black Background

5.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FDDD
200
#FCC0
300
#FA8F
400
#F755
500
#F524
600
#D60A
700
#AA08
800
#7A06
900
#4E04
950
#3102

Shades

Darker variations

1#F10B39
2#D60A33
3#BC092D
4#A10826
5#860620
6#6B0519
7#500413
8#36030D
9#1B0106

Tints

Lighter variations

1#F63A5F
2#F75071
3#F86683
4#F97B95
5#FA91A6
6#FBA7B8
7#FCBDCA
8#FDD3DC
9#FEE9ED

Tones

Muted variations

1#EA2E54
2#E0395A
3#D54360
4#CB4E67
5#C0586D
6#B66273
7#AC6D79
8#A17780
9#978286

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE3
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0CC
Secondary backgroundsInput backgroundsDividers
300
FA8F
#FA8FA4
BordersInactive statesPlaceholder text
400
F755
#F75575
Disabled statesSecondary iconsMuted text
500
F524
#F5244E
Primary brand colorCTAsActive elementsLinks
600
D60A
#D60A33
Hover statesFocus ringsPrimary buttons hover
700
AA08
#AA0829
Active/pressed statesDark mode accentsSecondary text
800
7A06
#7A061D
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E0413
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: #FDDDE3;
  --crimson-200: #FCC0CC;
  --crimson-300: #FA8FA4;
  --crimson-400: #F75575;
  --crimson-500: #F5244E;
  --crimson-600: #D60A33;
  --crimson-700: #AA0829;
  --crimson-800: #7A061D;
  --crimson-900: #4E0413;
  --crimson-950: #31020C;
}
Generate More ShadesCreate PaletteConvert Color