Crimson

#E3353B

Red

Color Codes

All color formats for development

HEX
#E3353B
RGB
rgb(227, 53, 59)
HSL
hsl(358, 76%, 55%)
OKLCH
oklch(0.602 0.209 24.7)
CMYK
cmyk(0%, 77%, 74%, 11%)

Accessibility

WCAG contrast compliance

On White Background

4.34:1

AA AAA

On Black Background

4.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FBE0
200
#F7C5
300
#F198
400
#EA62
500
#E335
600
#C51B
700
#9D15
800
#700F
900
#480A
950
#2D06

Shades

Darker variations

1#DE1E25
2#C51B21
3#AD181D
4#941418
5#7B1114
6#630D10
7#4A0A0C
8#310708
9#190304

Tints

Lighter variations

1#E6494E
2#E95D62
3#EC7276
4#EE8689
5#F19A9D
6#F4AEB1
7#F7C2C4
8#F9D7D8
9#FCEBEB

Tones

Muted variations

1#DB3E43
2#D2464B
3#C94F53
4#C1585B
5#B86164
6#AF696C
7#A67274
8#9E7B7C
9#958484

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F2
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0E0
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5C6
Secondary backgroundsInput backgroundsDividers
300
F198
#F1989B
BordersInactive statesPlaceholder text
400
EA62
#EA6266
Disabled statesSecondary iconsMuted text
500
E335
#E3353B
Primary brand colorCTAsActive elementsLinks
600
C51B
#C51B21
Hover statesFocus ringsPrimary buttons hover
700
9D15
#9D151A
Active/pressed statesDark mode accentsSecondary text
800
700F
#700F13
Text on light backgroundsHeadingsStrong borders
900
480A
#480A0C
Primary textHigh emphasis contentDark headings
950
2D06
#2D0607
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FDF2F2;
  --crimson-100: #FBE0E0;
  --crimson-200: #F7C5C6;
  --crimson-300: #F1989B;
  --crimson-400: #EA6266;
  --crimson-500: #E3353B;
  --crimson-600: #C51B21;
  --crimson-700: #9D151A;
  --crimson-800: #700F13;
  --crimson-900: #480A0C;
  --crimson-950: #2D0607;
}
Generate More ShadesCreate PaletteConvert Color