Crimson

#F22659

Red

Color Codes

All color formats for development

HEX
#F22659
RGB
rgb(242, 38, 89)
HSL
hsl(345, 89%, 55%)
OKLCH
oklch(0.624 0.232 14.8)
CMYK
cmyk(0%, 84%, 63%, 5%)

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
#FEF1
100
#FDDD
200
#FBC0
300
#F990
400
#F556
500
#F226
600
#D40C
700
#A90A
800
#7807
900
#4D04
950
#3003

Shades

Darker variations

1#EF0E46
2#D40C3E
3#BA0B36
4#9F092F
5#850827
6#6A061F
7#500517
8#350310
9#1B0208

Tints

Lighter variations

1#F43C6A
2#F5517A
3#F6678B
4#F77D9C
5#F993AC
6#FAA8BD
7#FBBECD
8#FCD4DE
9#FEE9EE

Tones

Muted variations

1#E8305E
2#DE3B63
3#D44569
4#CA4F6E
5#BF5973
6#B56378
7#AB6E7D
8#A17882
9#968287

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F4
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE5
Light backgroundsTable row hoverSkeleton loading
200
FBC0
#FBC0CF
Secondary backgroundsInput backgroundsDividers
300
F990
#F990AA
BordersInactive statesPlaceholder text
400
F556
#F5567E
Disabled statesSecondary iconsMuted text
500
F226
#F22659
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C3E
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A32
Active/pressed statesDark mode accentsSecondary text
800
7807
#780723
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D0417
Primary textHigh emphasis contentDark headings
950
3003
#30030E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F4;
  --crimson-100: #FDDDE5;
  --crimson-200: #FBC0CF;
  --crimson-300: #F990AA;
  --crimson-400: #F5567E;
  --crimson-500: #F22659;
  --crimson-600: #D40C3E;
  --crimson-700: #A90A32;
  --crimson-800: #780723;
  --crimson-900: #4D0417;
  --crimson-950: #30030E;
}
Generate More ShadesCreate PaletteConvert Color