Crimson

#D90832

Red

Color Codes

All color formats for development

HEX
#D90832
RGB
rgb(217, 8, 50)
HSL
hsl(348, 93%, 44%)
OKLCH
oklch(0.561 0.223 22)
CMYK
cmyk(0%, 96%, 77%, 15%)

Accessibility

WCAG contrast compliance

On White Background

5.21:1

AA AAA

On Black Background

4.03: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#C3072D
2#AD0628
3#980523
4#82051E
5#6C0419
6#570314
7#41020F
8#2B020A
9#160105

Tints

Lighter variations

1#F40938
2#F7234D
3#F83E63
4#F95A7A
5#FA7590
6#FB91A6
7#FCACBC
8#FDC8D3
9#FEE3E9

Tones

Muted variations

1#CE1238
2#C41D3E
3#B92744
4#AF324B
5#A43C51
6#9A4657
7#90515D
8#855B64
9#7B666A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDE3
Light backgroundsTable row hoverSkeleton loading
200
FDBF
#FDBFCB
Secondary backgroundsInput backgroundsDividers
300
FB8E
#FB8EA4
BordersInactive statesPlaceholder text
400
F953
#F95374
Disabled statesSecondary iconsMuted text
500
F722
#F7224C
Primary brand colorCTAsActive elementsLinks
600
D908
#D90832
Hover statesFocus ringsPrimary buttons hover
700
AC06
#AC0627
Active/pressed statesDark mode accentsSecondary text
800
7B04
#7B041C
Text on light backgroundsHeadingsStrong borders
900
4F03
#4F0312
Primary textHigh emphasis contentDark headings
950
3102
#31020B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F3;
  --crimson-100: #FEDDE3;
  --crimson-200: #FDBFCB;
  --crimson-300: #FB8EA4;
  --crimson-400: #F95374;
  --crimson-500: #F7224C;
  --crimson-600: #D90832;
  --crimson-700: #AC0627;
  --crimson-800: #7B041C;
  --crimson-900: #4F0312;
  --crimson-950: #31020B;
}
Generate More ShadesCreate PaletteConvert Color