Crimson

#F22652

Red

Color Codes

All color formats for development

HEX
#F22652
RGB
rgb(242, 38, 82)
HSL
hsl(347, 89%, 55%)
OKLCH
oklch(0.622 0.232 16.9)
CMYK
cmyk(0%, 84%, 66%, 5%)

Accessibility

WCAG contrast compliance

On White Background

4.06:1

AA AAA

On Black Background

5.17: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#EF0E3F
2#D40C38
3#BA0B31
4#9F092A
5#850823
6#6A061C
7#500515
8#35030E
9#1B0207

Tints

Lighter variations

1#F43C64
2#F55175
3#F66786
4#F77D97
5#F993A9
6#FAA8BA
7#FBBECB
8#FCD4DC
9#FEE9EE

Tones

Muted variations

1#E83058
2#DE3B5E
3#D44564
4#CA4F6A
5#BF596F
6#B56375
7#AB6E7B
8#A17881
9#968286

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE4
Light backgroundsTable row hoverSkeleton loading
200
FBC0
#FBC0CD
Secondary backgroundsInput backgroundsDividers
300
F990
#F990A7
BordersInactive statesPlaceholder text
400
F556
#F55679
Disabled statesSecondary iconsMuted text
500
F226
#F22652
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C38
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A2C
Active/pressed statesDark mode accentsSecondary text
800
7807
#780720
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D0414
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: #FEF1F3;
  --crimson-100: #FDDDE4;
  --crimson-200: #FBC0CD;
  --crimson-300: #F990A7;
  --crimson-400: #F55679;
  --crimson-500: #F22652;
  --crimson-600: #D40C38;
  --crimson-700: #A90A2C;
  --crimson-800: #780720;
  --crimson-900: #4D0414;
  --crimson-950: #30030D;
}
Generate More ShadesCreate PaletteConvert Color