Crimson

#C9183E

Red

Color Codes

All color formats for development

HEX
#C9183E
RGB
rgb(201, 24, 62)
HSL
hsl(347, 79%, 44%)
OKLCH
oklch(0.538 0.204 18)
CMYK
cmyk(0%, 88%, 69%, 21%)

Accessibility

WCAG contrast compliance

On White Background

5.70:1

AA AAA

On Black Background

3.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F8C4
300
#F396
400
#EC5F
500
#E732
600
#C918
700
#A013
800
#720D
900
#4909
950
#2E05

Shades

Darker variations

1#B51538
2#A11332
3#8D102B
4#790E25
5#640C1F
6#500919
7#3C0713
8#28050C
9#140206

Tints

Lighter variations

1#E21B46
2#E7335A
3#EA4C6E
4#ED6683
5#F07F98
6#F399AC
7#F6B2C1
8#F9CCD6
9#FCE5EA

Tones

Muted variations

1#C02043
2#B72948
3#AE324D
4#A53B52
5#9D4457
6#944D5C
7#8B5661
8#825E66
9#79676B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F4
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFE5
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4CF
Secondary backgroundsInput backgroundsDividers
300
F396
#F396AA
BordersInactive statesPlaceholder text
400
EC5F
#EC5F7E
Disabled statesSecondary iconsMuted text
500
E732
#E73259
Primary brand colorCTAsActive elementsLinks
600
C918
#C9183E
Hover statesFocus ringsPrimary buttons hover
700
A013
#A01331
Active/pressed statesDark mode accentsSecondary text
800
720D
#720D23
Text on light backgroundsHeadingsStrong borders
900
4909
#490917
Primary textHigh emphasis contentDark headings
950
2E05
#2E050E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FDF1F4;
  --crimson-100: #FBDFE5;
  --crimson-200: #F8C4CF;
  --crimson-300: #F396AA;
  --crimson-400: #EC5F7E;
  --crimson-500: #E73259;
  --crimson-600: #C9183E;
  --crimson-700: #A01331;
  --crimson-800: #720D23;
  --crimson-900: #490917;
  --crimson-950: #2E050E;
}
Generate More ShadesCreate PaletteConvert Color