Crimson

#F42555

Red

Color Codes

All color formats for development

HEX
#F42555
RGB
rgb(244, 37, 85)
HSL
hsl(346, 90%, 55%)
OKLCH
oklch(0.626 0.234 16.1)
CMYK
cmyk(0%, 85%, 65%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.01: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
#F990
400
#F655
500
#F425
600
#D50B
700
#AA09
800
#7906
900
#4E04
950
#3003

Shades

Darker variations

1#F00D42
2#D50B3A
3#BB0A33
4#A0082C
5#850724
6#6B061D
7#500416
8#35030F
9#1B0107

Tints

Lighter variations

1#F53B66
2#F65177
3#F76688
4#F87C99
5#F992AA
6#FAA8BB
7#FCBECC
8#FDD3DD
9#FEE9EE

Tones

Muted variations

1#E92F5B
2#DF3A60
3#D54466
4#CA4E6B
5#C05971
6#B66376
7#AB6D7C
8#A17881
9#978287

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F4
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE5
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0CE
Secondary backgroundsInput backgroundsDividers
300
F990
#F990A8
BordersInactive statesPlaceholder text
400
F655
#F6557B
Disabled statesSecondary iconsMuted text
500
F425
#F42555
Primary brand colorCTAsActive elementsLinks
600
D50B
#D50B3A
Hover statesFocus ringsPrimary buttons hover
700
AA09
#AA092E
Active/pressed statesDark mode accentsSecondary text
800
7906
#790621
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E0415
Primary textHigh emphasis contentDark headings
950
3003
#30030D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F4;
  --crimson-100: #FDDDE5;
  --crimson-200: #FCC0CE;
  --crimson-300: #F990A8;
  --crimson-400: #F6557B;
  --crimson-500: #F42555;
  --crimson-600: #D50B3A;
  --crimson-700: #AA092E;
  --crimson-800: #790621;
  --crimson-900: #4E0415;
  --crimson-950: #30030D;
}
Generate More ShadesCreate PaletteConvert Color