Crimson

#C81930

Red

Color Codes

All color formats for development

HEX
#C81930
RGB
rgb(200, 25, 48)
HSL
hsl(352, 78%, 44%)
OKLCH
oklch(0.534 0.204 22.5)
CMYK
cmyk(0%, 88%, 76%, 22%)

Accessibility

WCAG contrast compliance

On White Background

5.77:1

AA AAA

On Black Background

3.64: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#B4162B
2#A01426
3#8C1122
4#780F1D
5#640C18
6#500A13
7#3C070E
8#28050A
9#140205

Tints

Lighter variations

1#E11C36
2#E6344B
3#E94D62
4#EC6678
5#EF808F
6#F299A5
7#F6B3BC
8#F9CCD2
9#FCE6E9

Tones

Muted variations

1#BF2136
2#B62A3D
3#AD3343
4#A53C4A
5#9C4450
6#934D57
7#8A565D
8#825F63
9#79676A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F3
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFE3
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4CB
Secondary backgroundsInput backgroundsDividers
300
F297
#F297A3
BordersInactive statesPlaceholder text
400
EB60
#EB6073
Disabled statesSecondary iconsMuted text
500
E633
#E6334B
Primary brand colorCTAsActive elementsLinks
600
C819
#C81930
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F1426
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E1B
Text on light backgroundsHeadingsStrong borders
900
4909
#490911
Primary textHigh emphasis contentDark headings
950
2D06
#2D060B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FDF1F3;
  --crimson-100: #FBDFE3;
  --crimson-200: #F8C4CB;
  --crimson-300: #F297A3;
  --crimson-400: #EB6073;
  --crimson-500: #E6334B;
  --crimson-600: #C81930;
  --crimson-700: #9F1426;
  --crimson-800: #710E1B;
  --crimson-900: #490911;
  --crimson-950: #2D060B;
}
Generate More ShadesCreate PaletteConvert Color