Crimson

#EA2E5A

Red

Color Codes

All color formats for development

HEX
#EA2E5A
RGB
rgb(234, 46, 90)
HSL
hsl(346, 82%, 55%)
OKLCH
oklch(0.615 0.22 14.4)
CMYK
cmyk(0%, 80%, 62%, 8%)

Accessibility

WCAG contrast compliance

On White Background

4.17:1

AA AAA

On Black Background

5.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FCDF
200
#F9C3
300
#F494
400
#EF5D
500
#EA2E
600
#CC14
700
#A210
800
#740B
900
#4A07
950
#2E05

Shades

Darker variations

1#E61747
2#CC143F
3#B31237
4#990F2F
5#800D27
6#660A20
7#4D0818
8#330510
9#1A0308

Tints

Lighter variations

1#EC436B
2#EE587B
3#F16D8C
4#F3829C
5#F597AD
6#F7ABBD
7#F9C0CE
8#FBD5DE
9#FDEAEF

Tones

Muted variations

1#E1385F
2#D84164
3#CE4A69
4#C5546E
5#BB5D73
6#B26778
7#A8707D
8#9F7982
9#968387

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F4
BackgroundsSubtle highlightsCard backgrounds
100
FCDF
#FCDFE5
Light backgroundsTable row hoverSkeleton loading
200
F9C3
#F9C3CF
Secondary backgroundsInput backgroundsDividers
300
F494
#F494AB
BordersInactive statesPlaceholder text
400
EF5D
#EF5D7F
Disabled statesSecondary iconsMuted text
500
EA2E
#EA2E5A
Primary brand colorCTAsActive elementsLinks
600
CC14
#CC143F
Hover statesFocus ringsPrimary buttons hover
700
A210
#A21032
Active/pressed statesDark mode accentsSecondary text
800
740B
#740B24
Text on light backgroundsHeadingsStrong borders
900
4A07
#4A0717
Primary textHigh emphasis contentDark headings
950
2E05
#2E050E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F4;
  --crimson-100: #FCDFE5;
  --crimson-200: #F9C3CF;
  --crimson-300: #F494AB;
  --crimson-400: #EF5D7F;
  --crimson-500: #EA2E5A;
  --crimson-600: #CC143F;
  --crimson-700: #A21032;
  --crimson-800: #740B24;
  --crimson-900: #4A0717;
  --crimson-950: #2E050E;
}
Generate More ShadesCreate PaletteConvert Color