Crimson

#D20F1F

Red

Color Codes

All color formats for development

HEX
#D20F1F
RGB
rgb(210, 15, 31)
HSL
hsl(355, 87%, 44%)
OKLCH
oklch(0.548 0.217 26.3)
CMYK
cmyk(0%, 93%, 85%, 18%)

Accessibility

WCAG contrast compliance

On White Background

5.49:1

AA AAA

On Black Background

3.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDE
200
#FBC1
300
#F791
400
#F358
500
#F028
600
#D20F
700
#A70C
800
#7708
900
#4C05
950
#3003

Shades

Darker variations

1#BD0D1C
2#A80C19
3#930A16
4#7E0913
5#69070F
6#54060C
7#3F0409
8#2A0306
9#150103

Tints

Lighter variations

1#ED1023
2#F0293A
3#F24453
4#F45F6B
5#F67984
6#F8949C
7#F9AFB5
8#FBCACE
9#FDE4E6

Tones

Muted variations

1#C81827
2#BE222F
3#B52C37
4#AB363F
5#A13F48
6#974950
7#8D5358
8#845D60
9#7A6668

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FDDE
#FDDEE0
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1C6
Secondary backgroundsInput backgroundsDividers
300
F791
#F7919A
BordersInactive statesPlaceholder text
400
F358
#F35865
Disabled statesSecondary iconsMuted text
500
F028
#F02839
Primary brand colorCTAsActive elementsLinks
600
D20F
#D20F1F
Hover statesFocus ringsPrimary buttons hover
700
A70C
#A70C19
Active/pressed statesDark mode accentsSecondary text
800
7708
#770812
Text on light backgroundsHeadingsStrong borders
900
4C05
#4C050B
Primary textHigh emphasis contentDark headings
950
3003
#300307
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F2;
  --crimson-100: #FDDEE0;
  --crimson-200: #FBC1C6;
  --crimson-300: #F7919A;
  --crimson-400: #F35865;
  --crimson-500: #F02839;
  --crimson-600: #D20F1F;
  --crimson-700: #A70C19;
  --crimson-800: #770812;
  --crimson-900: #4C050B;
  --crimson-950: #300307;
}
Generate More ShadesCreate PaletteConvert Color