Crimson

#D30D21

Red

Color Codes

All color formats for development

HEX
#D30D21
RGB
rgb(211, 13, 33)
HSL
hsl(354, 88%, 44%)
OKLCH
oklch(0.549 0.218 25.8)
CMYK
cmyk(0%, 94%, 84%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.46:1

AA AAA

On Black Background

3.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDD
200
#FBC1
300
#F891
400
#F457
500
#F127
600
#D30D
700
#A80B
800
#7808
900
#4D05
950
#3003

Shades

Darker variations

1#BE0C1E
2#A90B1B
3#940917
4#7F0814
5#690711
6#54050D
7#3F040A
8#2A0307
9#150103

Tints

Lighter variations

1#EE0F25
2#F1283C
3#F34355
4#F55E6D
5#F67985
6#F8949E
7#FAAEB6
8#FCC9CE
9#FDE4E7

Tones

Muted variations

1#C91729
2#BF2131
3#B52B39
4#AB3541
5#A23F49
6#984951
7#8E5359
8#845C60
9#7A6668

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE1
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1C7
Secondary backgroundsInput backgroundsDividers
300
F891
#F8919B
BordersInactive statesPlaceholder text
400
F457
#F45767
Disabled statesSecondary iconsMuted text
500
F127
#F1273B
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D21
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B1A
Active/pressed statesDark mode accentsSecondary text
800
7808
#780813
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D050C
Primary textHigh emphasis contentDark headings
950
3003
#300308
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F2;
  --crimson-100: #FDDDE1;
  --crimson-200: #FBC1C7;
  --crimson-300: #F8919B;
  --crimson-400: #F45767;
  --crimson-500: #F1273B;
  --crimson-600: #D30D21;
  --crimson-700: #A80B1A;
  --crimson-800: #780813;
  --crimson-900: #4D050C;
  --crimson-950: #300308;
}
Generate More ShadesCreate PaletteConvert Color