Crimson

#E73232

Red

Color Codes

All color formats for development

HEX
#E73232
RGB
rgb(231, 50, 50)
HSL
hsl(0, 79%, 55%)
OKLCH
oklch(0.606 0.216 26.6)
CMYK
cmyk(0%, 78%, 78%, 9%)

Accessibility

WCAG contrast compliance

On White Background

4.29:1

AA AAA

On Black Background

4.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F8C4
300
#F396
400
#EC5F
500
#E732
600
#C918
700
#A013
800
#720D
900
#4909
950
#2E05

Shades

Darker variations

1#E21B1B
2#C91818
3#B01515
4#971212
5#7E0F0F
6#640C0C
7#4B0909
8#320606
9#190303

Tints

Lighter variations

1#E94646
2#EC5B5B
3#EE6F6F
4#F18484
5#F39898
6#F5ADAD
7#F8C1C1
8#FAD6D6
9#FDEAEA

Tones

Muted variations

1#DE3B3B
2#D54444
3#CC4D4D
4#C35656
5#BA5F5F
6#B16868
7#A77171
8#9E7A7A
9#958383

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F1
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFDF
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4C4
Secondary backgroundsInput backgroundsDividers
300
F396
#F39696
BordersInactive statesPlaceholder text
400
EC5F
#EC5F5F
Disabled statesSecondary iconsMuted text
500
E732
#E73232
Primary brand colorCTAsActive elementsLinks
600
C918
#C91818
Hover statesFocus ringsPrimary buttons hover
700
A013
#A01313
Active/pressed statesDark mode accentsSecondary text
800
720D
#720D0D
Text on light backgroundsHeadingsStrong borders
900
4909
#490909
Primary textHigh emphasis contentDark headings
950
2E05
#2E0505
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FDF1F1;
  --crimson-100: #FBDFDF;
  --crimson-200: #F8C4C4;
  --crimson-300: #F39696;
  --crimson-400: #EC5F5F;
  --crimson-500: #E73232;
  --crimson-600: #C91818;
  --crimson-700: #A01313;
  --crimson-800: #720D0D;
  --crimson-900: #490909;
  --crimson-950: #2E0505;
}
Generate More ShadesCreate PaletteConvert Color