Crimson

#D30D1E

Red

Color Codes

All color formats for development

HEX
#D30D1E
RGB
rgb(211, 13, 30)
HSL
hsl(355, 88%, 44%)
OKLCH
oklch(0.549 0.219 26.4)
CMYK
cmyk(0%, 94%, 86%, 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#BE0C1B
2#A90B18
3#940915
4#7F0812
5#69070F
6#54050C
7#3F0409
8#2A0306
9#150103

Tints

Lighter variations

1#EE0F22
2#F12839
3#F34352
4#F55E6A
5#F67983
6#F8949C
7#FAAEB5
8#FCC9CD
9#FDE4E6

Tones

Muted variations

1#C91726
2#BF212E
3#B52B37
4#AB353F
5#A23F47
6#98494F
7#8E5358
8#845C60
9#7A6668

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE0
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1C6
Secondary backgroundsInput backgroundsDividers
300
F891
#F89199
BordersInactive statesPlaceholder text
400
F457
#F45764
Disabled statesSecondary iconsMuted text
500
F127
#F12738
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D1E
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B18
Active/pressed statesDark mode accentsSecondary text
800
7808
#780811
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D050B
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: #FDDDE0;
  --crimson-200: #FBC1C6;
  --crimson-300: #F89199;
  --crimson-400: #F45764;
  --crimson-500: #F12738;
  --crimson-600: #D30D1E;
  --crimson-700: #A80B18;
  --crimson-800: #780811;
  --crimson-900: #4D050B;
  --crimson-950: #300307;
}
Generate More ShadesCreate PaletteConvert Color