Crimson

#D30D35

Red

Color Codes

All color formats for development

HEX
#D30D35
RGB
rgb(211, 13, 53)
HSL
hsl(348, 88%, 44%)
OKLCH
oklch(0.551 0.217 21)
CMYK
cmyk(0%, 94%, 75%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.41:1

AA AAA

On Black Background

3.88: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#BE0C30
2#A90B2A
3#940925
4#7F0820
5#69071A
6#540515
7#3F0410
8#2A030B
9#150105

Tints

Lighter variations

1#EE0F3C
2#F12850
3#F34366
4#F55E7C
5#F67992
6#F894A8
7#FAAEBE
8#FCC9D3
9#FDE4E9

Tones

Muted variations

1#C9173B
2#BF2141
3#B52B47
4#AB354D
5#A23F53
6#984959
7#8E535E
8#845C64
9#7A666A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE4
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1CC
Secondary backgroundsInput backgroundsDividers
300
F891
#F891A5
BordersInactive statesPlaceholder text
400
F457
#F45777
Disabled statesSecondary iconsMuted text
500
F127
#F12750
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D35
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B2A
Active/pressed statesDark mode accentsSecondary text
800
7808
#78081E
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0513
Primary textHigh emphasis contentDark headings
950
3003
#30030C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F3;
  --crimson-100: #FDDDE4;
  --crimson-200: #FBC1CC;
  --crimson-300: #F891A5;
  --crimson-400: #F45777;
  --crimson-500: #F12750;
  --crimson-600: #D30D35;
  --crimson-700: #A80B2A;
  --crimson-800: #78081E;
  --crimson-900: #4D0513;
  --crimson-950: #30030C;
}
Generate More ShadesCreate PaletteConvert Color