Crimson

#F22626

Red

Color Codes

All color formats for development

HEX
#F22626
RGB
rgb(242, 38, 38)
HSL
hsl(0, 89%, 55%)
OKLCH
oklch(0.617 0.234 27.7)
CMYK
cmyk(0%, 84%, 84%, 5%)

Accessibility

WCAG contrast compliance

On White Background

4.13:1

AA AAA

On Black Background

5.08: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#EF0E0E
2#D40C0C
3#BA0B0B
4#9F0909
5#850808
6#6A0606
7#500505
8#350303
9#1B0202

Tints

Lighter variations

1#F43C3C
2#F55151
3#F66767
4#F77D7D
5#F99393
6#FAA8A8
7#FBBEBE
8#FCD4D4
9#FEE9E9

Tones

Muted variations

1#E83030
2#DE3B3B
3#D44545
4#CA4F4F
5#BF5959
6#B56363
7#AB6E6E
8#A17878
9#968282

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F1
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDDD
Light backgroundsTable row hoverSkeleton loading
200
FBC0
#FBC0C0
Secondary backgroundsInput backgroundsDividers
300
F990
#F99090
BordersInactive statesPlaceholder text
400
F556
#F55656
Disabled statesSecondary iconsMuted text
500
F226
#F22626
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C0C
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A0A
Active/pressed statesDark mode accentsSecondary text
800
7807
#780707
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D0404
Primary textHigh emphasis contentDark headings
950
3003
#300303
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F1;
  --crimson-100: #FDDDDD;
  --crimson-200: #FBC0C0;
  --crimson-300: #F99090;
  --crimson-400: #F55656;
  --crimson-500: #F22626;
  --crimson-600: #D40C0C;
  --crimson-700: #A90A0A;
  --crimson-800: #780707;
  --crimson-900: #4D0404;
  --crimson-950: #300303;
}
Generate More ShadesCreate PaletteConvert Color