Crimson

#EE2B5B

Red

Color Codes

All color formats for development

HEX
#EE2B5B
RGB
rgb(238, 43, 91)
HSL
hsl(345, 85%, 55%)
OKLCH
oklch(0.62 0.225 14.1)
CMYK
cmyk(0%, 82%, 62%, 7%)

Accessibility

WCAG contrast compliance

On White Background

4.09:1

AA AAA

On Black Background

5.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FCDE
200
#FAC2
300
#F692
400
#F25A
500
#EE2B
600
#D011
700
#A50D
800
#760A
900
#4B06
950
#2F04

Shades

Darker variations

1#EA1349
2#D01141
3#B60F38
4#9C0D30
5#820B28
6#680820
7#4E0618
8#340410
9#1A0208

Tints

Lighter variations

1#F0406C
2#F1557C
3#F36A8D
4#F5809D
5#F695AD
6#F8AABE
7#FABFCE
8#FCD5DE
9#FDEAEF

Tones

Muted variations

1#E43460
2#DA3E65
3#D1486A
4#C7526F
5#BD5B74
6#B36579
7#AA6F7E
8#A07982
9#968287

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F4
BackgroundsSubtle highlightsCard backgrounds
100
FCDE
#FCDEE6
Light backgroundsTable row hoverSkeleton loading
200
FAC2
#FAC2D0
Secondary backgroundsInput backgroundsDividers
300
F692
#F692AB
BordersInactive statesPlaceholder text
400
F25A
#F25A80
Disabled statesSecondary iconsMuted text
500
EE2B
#EE2B5B
Primary brand colorCTAsActive elementsLinks
600
D011
#D01141
Hover statesFocus ringsPrimary buttons hover
700
A50D
#A50D33
Active/pressed statesDark mode accentsSecondary text
800
760A
#760A25
Text on light backgroundsHeadingsStrong borders
900
4B06
#4B0617
Primary textHigh emphasis contentDark headings
950
2F04
#2F040F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F4;
  --crimson-100: #FCDEE6;
  --crimson-200: #FAC2D0;
  --crimson-300: #F692AB;
  --crimson-400: #F25A80;
  --crimson-500: #EE2B5B;
  --crimson-600: #D01141;
  --crimson-700: #A50D33;
  --crimson-800: #760A25;
  --crimson-900: #4B0617;
  --crimson-950: #2F040F;
}
Generate More ShadesCreate PaletteConvert Color