Crimson

#E6333F

Red

Color Codes

All color formats for development

HEX
#E6333F
RGB
rgb(230, 51, 63)
HSL
hsl(356, 78%, 55%)
OKLCH
oklch(0.607 0.213 23.3)
CMYK
cmyk(0%, 78%, 73%, 10%)

Accessibility

WCAG contrast compliance

On White Background

4.28:1

AA AAA

On Black Background

4.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F8C4
300
#F297
400
#EB60
500
#E633
600
#C819
700
#9F14
800
#710E
900
#4909
950
#2D06

Shades

Darker variations

1#E11C29
2#C81924
3#AF1620
4#96131B
5#7D0F17
6#640C12
7#4B090E
8#320609
9#190305

Tints

Lighter variations

1#E84752
2#EB5C65
3#ED7078
4#F0848C
5#F2999F
6#F5ADB2
7#F7C2C5
8#FAD6D9
9#FCEBEC

Tones

Muted variations

1#DD3C46
2#D4454E
3#CB4E56
4#C2575E
5#B95F65
6#B0686D
7#A77175
8#9E7A7D
9#958384

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFE1
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4C7
Secondary backgroundsInput backgroundsDividers
300
F297
#F2979D
BordersInactive statesPlaceholder text
400
EB60
#EB6069
Disabled statesSecondary iconsMuted text
500
E633
#E6333F
Primary brand colorCTAsActive elementsLinks
600
C819
#C81924
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F141D
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E15
Text on light backgroundsHeadingsStrong borders
900
4909
#49090D
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: #FDF1F2;
  --crimson-100: #FBDFE1;
  --crimson-200: #F8C4C7;
  --crimson-300: #F2979D;
  --crimson-400: #EB6069;
  --crimson-500: #E6333F;
  --crimson-600: #C81924;
  --crimson-700: #9F141D;
  --crimson-800: #710E15;
  --crimson-900: #49090D;
  --crimson-950: #2D0608;
}
Generate More ShadesCreate PaletteConvert Color