Crimson

#C11F40

Red

Color Codes

All color formats for development

HEX
#C11F40
RGB
rgb(193, 31, 64)
HSL
hsl(348, 72%, 44%)
OKLCH
oklch(0.527 0.194 17.2)
CMYK
cmyk(0%, 84%, 67%, 24%)

Accessibility

WCAG contrast compliance

On White Background

5.94:1

AA AAA

On Black Background

3.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FAE0
200
#F6C6
300
#EF9A
400
#E665
500
#DF3A
600
#C11F
700
#9A19
800
#6E12
900
#460B
950
#2C07

Shades

Darker variations

1#AE1C39
2#9A1933
3#87162D
4#741326
5#601020
6#4D0D19
7#3A0913
8#27060D
9#130306

Tints

Lighter variations

1#DA2348
2#DF3B5B
3#E35370
4#E76C84
5#EB8499
6#EF9DAD
7#F3B5C2
8#F7CED6
9#FBE6EB

Tones

Muted variations

1#B92745
2#B13049
3#A9384E
4#A14053
5#994858
6#91505D
7#885862
8#806067
9#78686B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F4
BackgroundsSubtle highlightsCard backgrounds
100
FAE0
#FAE0E5
Light backgroundsTable row hoverSkeleton loading
200
F6C6
#F6C6D0
Secondary backgroundsInput backgroundsDividers
300
EF9A
#EF9AAB
BordersInactive statesPlaceholder text
400
E665
#E6657F
Disabled statesSecondary iconsMuted text
500
DF3A
#DF3A5B
Primary brand colorCTAsActive elementsLinks
600
C11F
#C11F40
Hover statesFocus ringsPrimary buttons hover
700
9A19
#9A1933
Active/pressed statesDark mode accentsSecondary text
800
6E12
#6E1224
Text on light backgroundsHeadingsStrong borders
900
460B
#460B17
Primary textHigh emphasis contentDark headings
950
2C07
#2C070E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FDF2F4;
  --crimson-100: #FAE0E5;
  --crimson-200: #F6C6D0;
  --crimson-300: #EF9AAB;
  --crimson-400: #E6657F;
  --crimson-500: #DF3A5B;
  --crimson-600: #C11F40;
  --crimson-700: #9A1933;
  --crimson-800: #6E1224;
  --crimson-900: #460B17;
  --crimson-950: #2C070E;
}
Generate More ShadesCreate PaletteConvert Color