Crimson

#F22645

Red

Color Codes

All color formats for development

HEX
#F22645
RGB
rgb(242, 38, 69)
HSL
hsl(351, 89%, 55%)
OKLCH
oklch(0.62 0.232 20.7)
CMYK
cmyk(0%, 84%, 71%, 5%)

Accessibility

WCAG contrast compliance

On White Background

4.09:1

AA AAA

On Black Background

5.14: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#EF0E30
2#D40C2A
3#BA0B25
4#9F0920
5#85081A
6#6A0615
7#500510
8#35030B
9#1B0205

Tints

Lighter variations

1#F43C57
2#F5516A
3#F6677D
4#F77D8F
5#F993A2
6#FAA8B5
7#FBBEC7
8#FCD4DA
9#FEE9EC

Tones

Muted variations

1#E8304C
2#DE3B53
3#D4455A
4#CA4F61
5#BF5969
6#B56370
7#AB6E77
8#A1787E
9#968285

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE2
Light backgroundsTable row hoverSkeleton loading
200
FBC0
#FBC0C9
Secondary backgroundsInput backgroundsDividers
300
F990
#F990A0
BordersInactive statesPlaceholder text
400
F556
#F5566E
Disabled statesSecondary iconsMuted text
500
F226
#F22645
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C2A
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A22
Active/pressed statesDark mode accentsSecondary text
800
7807
#780718
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D040F
Primary textHigh emphasis contentDark headings
950
3003
#30030A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F3;
  --crimson-100: #FDDDE2;
  --crimson-200: #FBC0C9;
  --crimson-300: #F990A0;
  --crimson-400: #F5566E;
  --crimson-500: #F22645;
  --crimson-600: #D40C2A;
  --crimson-700: #A90A22;
  --crimson-800: #780718;
  --crimson-900: #4D040F;
  --crimson-950: #30030A;
}
Generate More ShadesCreate PaletteConvert Color