Crimson

#D30D1B

Red

Color Codes

All color formats for development

HEX
#D30D1B
RGB
rgb(211, 13, 27)
HSL
hsl(356, 88%, 44%)
OKLCH
oklch(0.549 0.219 26.9)
CMYK
cmyk(0%, 94%, 87%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.46:1

AA AAA

On Black Background

3.84: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#BE0C18
2#A90B15
3#940913
4#7F0810
5#69070D
6#54050B
7#3F0408
8#2A0305
9#150103

Tints

Lighter variations

1#EE0F1E
2#F12836
3#F3434F
4#F55E68
5#F67981
6#F8949A
7#FAAEB3
8#FCC9CD
9#FDE4E6

Tones

Muted variations

1#C91723
2#BF212C
3#B52B34
4#AB353D
5#A23F45
6#98494E
7#8E5357
8#845C5F
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
#FBC1C5
Secondary backgroundsInput backgroundsDividers
300
F891
#F89198
BordersInactive statesPlaceholder text
400
F457
#F45762
Disabled statesSecondary iconsMuted text
500
F127
#F12735
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D1B
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B15
Active/pressed statesDark mode accentsSecondary text
800
7808
#78080F
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D050A
Primary textHigh emphasis contentDark headings
950
3003
#300306
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F2;
  --crimson-100: #FDDDE0;
  --crimson-200: #FBC1C5;
  --crimson-300: #F89198;
  --crimson-400: #F45762;
  --crimson-500: #F12735;
  --crimson-600: #D30D1B;
  --crimson-700: #A80B15;
  --crimson-800: #78080F;
  --crimson-900: #4D050A;
  --crimson-950: #300306;
}
Generate More ShadesCreate PaletteConvert Color