Crimson

#EF2A3A

Red

Color Codes

All color formats for development

HEX
#EF2A3A
RGB
rgb(239, 42, 58)
HSL
hsl(355, 86%, 55%)
OKLCH
oklch(0.616 0.228 23.8)
CMYK
cmyk(0%, 82%, 76%, 6%)

Accessibility

WCAG contrast compliance

On White Background

4.15:1

AA AAA

On Black Background

5.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDE
200
#FAC1
300
#F792
400
#F359
500
#EF2A
600
#D110
700
#A60C
800
#7709
900
#4C06
950
#2F04

Shades

Darker variations

1#EB1224
2#D11020
3#B70E1C
4#9D0C18
5#820A14
6#680810
7#4E060C
8#340408
9#1A0204

Tints

Lighter variations

1#F13F4E
2#F25461
3#F46A75
4#F57F89
5#F7949D
6#F9AAB0
7#FABFC4
8#FCD4D8
9#FDEAEB

Tones

Muted variations

1#E53342
2#DB3D4A
3#D14753
4#C7515B
5#BE5B63
6#B4656B
7#AA6F74
8#A0797C
9#968284

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FDDE
#FDDEE0
Light backgroundsTable row hoverSkeleton loading
200
FAC1
#FAC1C6
Secondary backgroundsInput backgroundsDividers
300
F792
#F7929A
BordersInactive statesPlaceholder text
400
F359
#F35966
Disabled statesSecondary iconsMuted text
500
EF2A
#EF2A3A
Primary brand colorCTAsActive elementsLinks
600
D110
#D11020
Hover statesFocus ringsPrimary buttons hover
700
A60C
#A60C19
Active/pressed statesDark mode accentsSecondary text
800
7709
#770912
Text on light backgroundsHeadingsStrong borders
900
4C06
#4C060C
Primary textHigh emphasis contentDark headings
950
2F04
#2F0407
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F2;
  --crimson-100: #FDDEE0;
  --crimson-200: #FAC1C6;
  --crimson-300: #F7929A;
  --crimson-400: #F35966;
  --crimson-500: #EF2A3A;
  --crimson-600: #D11020;
  --crimson-700: #A60C19;
  --crimson-800: #770912;
  --crimson-900: #4C060C;
  --crimson-950: #2F0407;
}
Generate More ShadesCreate PaletteConvert Color