Crimson

#E3353E

Red

Color Codes

All color formats for development

HEX
#E3353E
RGB
rgb(227, 53, 62)
HSL
hsl(357, 76%, 55%)
OKLCH
oklch(0.603 0.209 23.8)
CMYK
cmyk(0%, 77%, 73%, 11%)

Accessibility

WCAG contrast compliance

On White Background

4.33: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#DE1E28
2#C51B23
3#AD181F
4#94141B
5#7B1116
6#630D12
7#4A0A0D
8#310709
9#190304

Tints

Lighter variations

1#E64951
2#E95D64
3#EC7278
4#EE868B
5#F19A9E
6#F4AEB2
7#F7C2C5
8#F9D7D8
9#FCEBEC

Tones

Muted variations

1#DB3E46
2#D2464D
3#C94F55
4#C1585D
5#B86165
6#AF696D
7#A67275
8#9E7B7D
9#958484

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F2
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0E1
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5C7
Secondary backgroundsInput backgroundsDividers
300
F198
#F1989C
BordersInactive statesPlaceholder text
400
EA62
#EA6269
Disabled statesSecondary iconsMuted text
500
E335
#E3353E
Primary brand colorCTAsActive elementsLinks
600
C51B
#C51B23
Hover statesFocus ringsPrimary buttons hover
700
9D15
#9D151C
Active/pressed statesDark mode accentsSecondary text
800
700F
#700F14
Text on light backgroundsHeadingsStrong borders
900
480A
#480A0D
Primary textHigh emphasis contentDark headings
950
2D06
#2D0608
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FDF2F2;
  --crimson-100: #FBE0E1;
  --crimson-200: #F7C5C7;
  --crimson-300: #F1989C;
  --crimson-400: #EA6269;
  --crimson-500: #E3353E;
  --crimson-600: #C51B23;
  --crimson-700: #9D151C;
  --crimson-800: #700F14;
  --crimson-900: #480A0D;
  --crimson-950: #2D0608;
}
Generate More ShadesCreate PaletteConvert Color