Crimson

#D30D28

Red

Color Codes

All color formats for development

HEX
#D30D28
RGB
rgb(211, 13, 40)
HSL
hsl(352, 88%, 44%)
OKLCH
oklch(0.55 0.218 24.3)
CMYK
cmyk(0%, 94%, 81%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.44:1

AA AAA

On Black Background

3.86: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#BE0C24
2#A90B20
3#94091C
4#7F0818
5#690714
6#540510
7#3F040C
8#2A0308
9#150104

Tints

Lighter variations

1#EE0F2D
2#F12843
3#F3435B
4#F55E72
5#F6798A
6#F894A1
7#FAAEB9
8#FCC9D0
9#FDE4E8

Tones

Muted variations

1#C9172F
2#BF2136
3#B52B3E
4#AB3545
5#A23F4C
6#984953
7#8E535A
8#845C62
9#7A6669

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE2
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1C8
Secondary backgroundsInput backgroundsDividers
300
F891
#F8919F
BordersInactive statesPlaceholder text
400
F457
#F4576C
Disabled statesSecondary iconsMuted text
500
F127
#F12742
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D28
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B20
Active/pressed statesDark mode accentsSecondary text
800
7808
#780817
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D050E
Primary textHigh emphasis contentDark headings
950
3003
#300309
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F2;
  --crimson-100: #FDDDE2;
  --crimson-200: #FBC1C8;
  --crimson-300: #F8919F;
  --crimson-400: #F4576C;
  --crimson-500: #F12742;
  --crimson-600: #D30D28;
  --crimson-700: #A80B20;
  --crimson-800: #780817;
  --crimson-900: #4D050E;
  --crimson-950: #300309;
}
Generate More ShadesCreate PaletteConvert Color