Crimson

#F22648

Red

Color Codes

All color formats for development

HEX
#F22648
RGB
rgb(242, 38, 72)
HSL
hsl(350, 89%, 55%)
OKLCH
oklch(0.621 0.232 19.9)
CMYK
cmyk(0%, 84%, 70%, 5%)

Accessibility

WCAG contrast compliance

On White Background

4.08:1

AA AAA

On Black Background

5.15: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#EF0E33
2#D40C2E
3#BA0B28
4#9F0922
5#85081D
6#6A0617
7#500511
8#35030B
9#1B0206

Tints

Lighter variations

1#F43C5A
2#F5516D
3#F6677F
4#F77D91
5#F993A4
6#FAA8B6
7#FBBEC8
8#FCD4DA
9#FEE9ED

Tones

Muted variations

1#E8304F
2#DE3B56
3#D4455D
4#CA4F63
5#BF596A
6#B56371
7#AB6E78
8#A1787F
9#968285

Usage Guidelines

Recommended use cases for each shade level

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