Crimson

#D9082B

Red

Color Codes

All color formats for development

HEX
#D9082B
RGB
rgb(217, 8, 43)
HSL
hsl(350, 93%, 44%)
OKLCH
oklch(0.56 0.224 23.7)
CMYK
cmyk(0%, 96%, 80%, 15%)

Accessibility

WCAG contrast compliance

On White Background

5.22:1

AA AAA

On Black Background

4.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FEDD
200
#FDBF
300
#FB8E
400
#F953
500
#F722
600
#D908
700
#AC06
800
#7B04
900
#4F03
950
#3102

Shades

Darker variations

1#C30726
2#AD0622
3#98051E
4#82051A
5#6C0415
6#570311
7#41020D
8#2B0209
9#160104

Tints

Lighter variations

1#F40930
2#F72346
3#F83E5D
4#F95A74
5#FA758B
6#FB91A2
7#FCACBA
8#FDC8D1
9#FEE3E8

Tones

Muted variations

1#CE1232
2#C41D39
3#B92740
4#AF3246
5#A43C4D
6#9A4654
7#90515B
8#855B62
9#7B6669

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDE2
Light backgroundsTable row hoverSkeleton loading
200
FDBF
#FDBFC9
Secondary backgroundsInput backgroundsDividers
300
FB8E
#FB8EA0
BordersInactive statesPlaceholder text
400
F953
#F9536E
Disabled statesSecondary iconsMuted text
500
F722
#F72245
Primary brand colorCTAsActive elementsLinks
600
D908
#D9082B
Hover statesFocus ringsPrimary buttons hover
700
AC06
#AC0622
Active/pressed statesDark mode accentsSecondary text
800
7B04
#7B0418
Text on light backgroundsHeadingsStrong borders
900
4F03
#4F0310
Primary textHigh emphasis contentDark headings
950
3102
#31020A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F3;
  --crimson-100: #FEDDE2;
  --crimson-200: #FDBFC9;
  --crimson-300: #FB8EA0;
  --crimson-400: #F9536E;
  --crimson-500: #F72245;
  --crimson-600: #D9082B;
  --crimson-700: #AC0622;
  --crimson-800: #7B0418;
  --crimson-900: #4F0310;
  --crimson-950: #31020A;
}
Generate More ShadesCreate PaletteConvert Color