Crimson

#D9081D

Red

Color Codes

All color formats for development

HEX
#D9081D
RGB
rgb(217, 8, 29)
HSL
hsl(354, 93%, 44%)
OKLCH
oklch(0.559 0.225 26.5)
CMYK
cmyk(0%, 96%, 87%, 15%)

Accessibility

WCAG contrast compliance

On White Background

5.25:1

AA AAA

On Black Background

4.00: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#C3071A
2#AD0617
3#980514
4#820511
5#6C040E
6#57030B
7#410209
8#2B0206
9#160103

Tints

Lighter variations

1#F40920
2#F72338
3#F83E51
4#F95A6A
5#FA7582
6#FB919B
7#FCACB4
8#FDC8CD
9#FEE3E6

Tones

Muted variations

1#CE1225
2#C41D2D
3#B92736
4#AF323E
5#A43C46
6#9A464F
7#905157
8#855B60
9#7B6668

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F2
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDE0
Light backgroundsTable row hoverSkeleton loading
200
FDBF
#FDBFC5
Secondary backgroundsInput backgroundsDividers
300
FB8E
#FB8E99
BordersInactive statesPlaceholder text
400
F953
#F95363
Disabled statesSecondary iconsMuted text
500
F722
#F72237
Primary brand colorCTAsActive elementsLinks
600
D908
#D9081D
Hover statesFocus ringsPrimary buttons hover
700
AC06
#AC0617
Active/pressed statesDark mode accentsSecondary text
800
7B04
#7B0410
Text on light backgroundsHeadingsStrong borders
900
4F03
#4F030A
Primary textHigh emphasis contentDark headings
950
3102
#310207
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F2;
  --crimson-100: #FEDDE0;
  --crimson-200: #FDBFC5;
  --crimson-300: #FB8E99;
  --crimson-400: #F95363;
  --crimson-500: #F72237;
  --crimson-600: #D9081D;
  --crimson-700: #AC0617;
  --crimson-800: #7B0410;
  --crimson-900: #4F030A;
  --crimson-950: #310207;
}
Generate More ShadesCreate PaletteConvert Color