Crimson

#EE312B

Red

Color Codes

All color formats for development

HEX
#EE312B
RGB
rgb(238, 49, 43)
HSL
hsl(2, 85%, 55%)
OKLCH
oklch(0.617 0.224 28.1)
CMYK
cmyk(0%, 79%, 82%, 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
#FCDF
200
#FAC4
300
#F696
400
#F25F
500
#EE31
600
#D017
700
#A512
800
#760D
900
#4B08
950
#2F05

Shades

Darker variations

1#EA1A13
2#D01711
3#B6140F
4#9C110D
5#820E0B
6#680C08
7#4E0906
8#340604
9#1A0302

Tints

Lighter variations

1#F04640
2#F15A55
3#F36F6A
4#F58480
5#F69895
6#F8ADAA
7#FAC1BF
8#FCD6D5
9#FDEAEA

Tones

Muted variations

1#E43A34
2#DA433E
3#D14D48
4#C75652
5#BD5F5B
6#B36865
7#AA716F
8#A07A79
9#968382

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F1
BackgroundsSubtle highlightsCard backgrounds
100
FCDF
#FCDFDE
Light backgroundsTable row hoverSkeleton loading
200
FAC4
#FAC4C2
Secondary backgroundsInput backgroundsDividers
300
F696
#F69692
BordersInactive statesPlaceholder text
400
F25F
#F25F5A
Disabled statesSecondary iconsMuted text
500
EE31
#EE312B
Primary brand colorCTAsActive elementsLinks
600
D017
#D01711
Hover statesFocus ringsPrimary buttons hover
700
A512
#A5120D
Active/pressed statesDark mode accentsSecondary text
800
760D
#760D0A
Text on light backgroundsHeadingsStrong borders
900
4B08
#4B0806
Primary textHigh emphasis contentDark headings
950
2F05
#2F0504
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F1;
  --crimson-100: #FCDFDE;
  --crimson-200: #FAC4C2;
  --crimson-300: #F69692;
  --crimson-400: #F25F5A;
  --crimson-500: #EE312B;
  --crimson-600: #D01711;
  --crimson-700: #A5120D;
  --crimson-800: #760D0A;
  --crimson-900: #4B0806;
  --crimson-950: #2F0504;
}
Generate More ShadesCreate PaletteConvert Color