Crimson

#EF3A2A

Red

Color Codes

All color formats for development

HEX
#EF3A2A
RGB
rgb(239, 58, 42)
HSL
hsl(5, 86%, 55%)
OKLCH
oklch(0.625 0.219 29.7)
CMYK
cmyk(0%, 76%, 82%, 6%)

Accessibility

WCAG contrast compliance

On White Background

3.96:1

AA AAA

On Black Background

5.31:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF2
100
#FDE0
200
#FAC6
300
#F79A
400
#F366
500
#EF3A
600
#D120
700
#A619
800
#7712
900
#4C0C
950
#2F07

Shades

Darker variations

1#EB2412
2#D12010
3#B71C0E
4#9D180C
5#82140A
6#681008
7#4E0C06
8#340804
9#1A0402

Tints

Lighter variations

1#F14E3F
2#F26154
3#F4756A
4#F5897F
5#F79D94
6#F9B0AA
7#FAC4BF
8#FCD8D4
9#FDEBEA

Tones

Muted variations

1#E54233
2#DB4A3D
3#D15347
4#C75B51
5#BE635B
6#B46B65
7#AA746F
8#A07C79
9#968482

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF2
#FEF2F1
BackgroundsSubtle highlightsCard backgrounds
100
FDE0
#FDE0DE
Light backgroundsTable row hoverSkeleton loading
200
FAC6
#FAC6C1
Secondary backgroundsInput backgroundsDividers
300
F79A
#F79A92
BordersInactive statesPlaceholder text
400
F366
#F36659
Disabled statesSecondary iconsMuted text
500
EF3A
#EF3A2A
Primary brand colorCTAsActive elementsLinks
600
D120
#D12010
Hover statesFocus ringsPrimary buttons hover
700
A619
#A6190C
Active/pressed statesDark mode accentsSecondary text
800
7712
#771209
Text on light backgroundsHeadingsStrong borders
900
4C0C
#4C0C06
Primary textHigh emphasis contentDark headings
950
2F07
#2F0704
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF2F1;
  --crimson-100: #FDE0DE;
  --crimson-200: #FAC6C1;
  --crimson-300: #F79A92;
  --crimson-400: #F36659;
  --crimson-500: #EF3A2A;
  --crimson-600: #D12010;
  --crimson-700: #A6190C;
  --crimson-800: #771209;
  --crimson-900: #4C0C06;
  --crimson-950: #2F0704;
}
Generate More ShadesCreate PaletteConvert Color