Crimson

#F2263E

Red

Color Codes

All color formats for development

HEX
#F2263E
RGB
rgb(242, 38, 62)
HSL
hsl(353, 89%, 55%)
OKLCH
oklch(0.619 0.232 22.6)
CMYK
cmyk(0%, 84%, 74%, 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#EF0E28
2#D40C24
3#BA0B1F
4#9F091B
5#850816
6#6A0612
7#50050D
8#350309
9#1B0204

Tints

Lighter variations

1#F43C51
2#F55165
3#F66778
4#F77D8B
5#F9939E
6#FAA8B2
7#FBBEC5
8#FCD4D8
9#FEE9EC

Tones

Muted variations

1#E83046
2#DE3B4E
3#D44555
4#CA4F5D
5#BF5965
6#B5636D
7#AB6E75
8#A1787D
9#968284

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE1
Light backgroundsTable row hoverSkeleton loading
200
FBC0
#FBC0C7
Secondary backgroundsInput backgroundsDividers
300
F990
#F9909C
BordersInactive statesPlaceholder text
400
F556
#F55669
Disabled statesSecondary iconsMuted text
500
F226
#F2263E
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C24
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A1C
Active/pressed statesDark mode accentsSecondary text
800
7807
#780714
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D040D
Primary textHigh emphasis contentDark headings
950
3003
#300308
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F2;
  --crimson-100: #FDDDE1;
  --crimson-200: #FBC0C7;
  --crimson-300: #F9909C;
  --crimson-400: #F55669;
  --crimson-500: #F2263E;
  --crimson-600: #D40C24;
  --crimson-700: #A90A1C;
  --crimson-800: #780714;
  --crimson-900: #4D040D;
  --crimson-950: #300308;
}
Generate More ShadesCreate PaletteConvert Color