Crimson

#D30D2E

Red

Color Codes

All color formats for development

HEX
#D30D2E
RGB
rgb(211, 13, 46)
HSL
hsl(350, 88%, 44%)
OKLCH
oklch(0.55 0.217 22.9)
CMYK
cmyk(0%, 94%, 78%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.43:1

AA AAA

On Black Background

3.87: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#BE0C2A
2#A90B25
3#940920
4#7F081C
5#690717
6#540513
7#3F040E
8#2A0309
9#150105

Tints

Lighter variations

1#EE0F34
2#F1284A
3#F34360
4#F55E77
5#F6798E
6#F894A4
7#FAAEBB
8#FCC9D2
9#FDE4E8

Tones

Muted variations

1#C91735
2#BF213C
3#B52B42
4#AB3549
5#A23F4F
6#984956
7#8E535C
8#845C63
9#7A666A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE3
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1CA
Secondary backgroundsInput backgroundsDividers
300
F891
#F891A2
BordersInactive statesPlaceholder text
400
F457
#F45771
Disabled statesSecondary iconsMuted text
500
F127
#F12749
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D2E
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B25
Active/pressed statesDark mode accentsSecondary text
800
7808
#78081A
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0511
Primary textHigh emphasis contentDark headings
950
3003
#30030B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F3;
  --crimson-100: #FDDDE3;
  --crimson-200: #FBC1CA;
  --crimson-300: #F891A2;
  --crimson-400: #F45771;
  --crimson-500: #F12749;
  --crimson-600: #D30D2E;
  --crimson-700: #A80B25;
  --crimson-800: #78081A;
  --crimson-900: #4D0511;
  --crimson-950: #30030B;
}
Generate More ShadesCreate PaletteConvert Color