Crimson

#EE2B55

Red

Color Codes

All color formats for development

HEX
#EE2B55
RGB
rgb(238, 43, 85)
HSL
hsl(347, 85%, 55%)
OKLCH
oklch(0.619 0.225 16.1)
CMYK
cmyk(0%, 82%, 64%, 7%)

Accessibility

WCAG contrast compliance

On White Background

4.11:1

AA AAA

On Black Background

5.11: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#EA1341
2#D0113A
3#B60F33
4#9C0D2C
5#820B24
6#68081D
7#4E0616
8#34040F
9#1A0207

Tints

Lighter variations

1#F04066
2#F15577
3#F36A88
4#F58099
5#F695AA
6#F8AABB
7#FABFCC
8#FCD5DD
9#FDEAEE

Tones

Muted variations

1#E4345B
2#DA3E60
3#D14866
4#C7526B
5#BD5B71
6#B36576
7#AA6F7C
8#A07981
9#968287

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F4
BackgroundsSubtle highlightsCard backgrounds
100
FCDE
#FCDEE5
Light backgroundsTable row hoverSkeleton loading
200
FAC2
#FAC2CE
Secondary backgroundsInput backgroundsDividers
300
F692
#F692A8
BordersInactive statesPlaceholder text
400
F25A
#F25A7B
Disabled statesSecondary iconsMuted text
500
EE2B
#EE2B55
Primary brand colorCTAsActive elementsLinks
600
D011
#D0113A
Hover statesFocus ringsPrimary buttons hover
700
A50D
#A50D2E
Active/pressed statesDark mode accentsSecondary text
800
760A
#760A21
Text on light backgroundsHeadingsStrong borders
900
4B06
#4B0615
Primary textHigh emphasis contentDark headings
950
2F04
#2F040D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F4;
  --crimson-100: #FCDEE5;
  --crimson-200: #FAC2CE;
  --crimson-300: #F692A8;
  --crimson-400: #F25A7B;
  --crimson-500: #EE2B55;
  --crimson-600: #D0113A;
  --crimson-700: #A50D2E;
  --crimson-800: #760A21;
  --crimson-900: #4B0615;
  --crimson-950: #2F040D;
}
Generate More ShadesCreate PaletteConvert Color