Crimson

#F2263B

Red

Color Codes

All color formats for development

HEX
#F2263B
RGB
rgb(242, 38, 59)
HSL
hsl(354, 89%, 55%)
OKLCH
oklch(0.619 0.232 23.3)
CMYK
cmyk(0%, 84%, 76%, 5%)

Accessibility

WCAG contrast compliance

On White Background

4.10:1

AA AAA

On Black Background

5.12: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#EF0E24
2#D40C20
3#BA0B1C
4#9F0918
5#850814
6#6A0610
7#50050C
8#350308
9#1B0204

Tints

Lighter variations

1#F43C4E
2#F55162
3#F66775
4#F77D89
5#F9939D
6#FAA8B0
7#FBBEC4
8#FCD4D8
9#FEE9EB

Tones

Muted variations

1#E83043
2#DE3B4B
3#D44553
4#CA4F5B
5#BF5963
6#B5636C
7#AB6E74
8#A1787C
9#968284

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE0
Light backgroundsTable row hoverSkeleton loading
200
FBC0
#FBC0C6
Secondary backgroundsInput backgroundsDividers
300
F990
#F9909B
BordersInactive statesPlaceholder text
400
F556
#F55666
Disabled statesSecondary iconsMuted text
500
F226
#F2263B
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C20
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A1A
Active/pressed statesDark mode accentsSecondary text
800
7807
#780712
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D040C
Primary textHigh emphasis contentDark headings
950
3003
#300307
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F2;
  --crimson-100: #FDDDE0;
  --crimson-200: #FBC0C6;
  --crimson-300: #F9909B;
  --crimson-400: #F55666;
  --crimson-500: #F2263B;
  --crimson-600: #D40C20;
  --crimson-700: #A90A1A;
  --crimson-800: #780712;
  --crimson-900: #4D040C;
  --crimson-950: #300307;
}
Generate More ShadesCreate PaletteConvert Color