Crimson

#D50B37

Red

Color Codes

All color formats for development

HEX
#D50B37
RGB
rgb(213, 11, 55)
HSL
hsl(347, 90%, 44%)
OKLCH
oklch(0.555 0.219 20.4)
CMYK
cmyk(0%, 95%, 74%, 16%)

Accessibility

WCAG contrast compliance

On White Background

5.34:1

AA AAA

On Black Background

3.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FDDD
200
#FCC0
300
#F990
400
#F655
500
#F425
600
#D50B
700
#AA09
800
#7906
900
#4E04
950
#3003

Shades

Darker variations

1#C00A31
2#AB092C
3#950826
4#800721
5#6B061B
6#550416
7#400310
8#2B020B
9#150105

Tints

Lighter variations

1#F00D3E
2#F42652
3#F54168
4#F65C7E
5#F87793
6#F992A9
7#FBAEBE
8#FCC9D4
9#FEE4E9

Tones

Muted variations

1#CB153D
2#C11F42
3#B72A48
4#AD344E
5#A33E54
6#994859
7#8E525F
8#845C65
9#7A666A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE4
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0CD
Secondary backgroundsInput backgroundsDividers
300
F990
#F990A6
BordersInactive statesPlaceholder text
400
F655
#F65578
Disabled statesSecondary iconsMuted text
500
F425
#F42552
Primary brand colorCTAsActive elementsLinks
600
D50B
#D50B37
Hover statesFocus ringsPrimary buttons hover
700
AA09
#AA092C
Active/pressed statesDark mode accentsSecondary text
800
7906
#79061F
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E0414
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: #FEF0F3;
  --crimson-100: #FDDDE4;
  --crimson-200: #FCC0CD;
  --crimson-300: #F990A6;
  --crimson-400: #F65578;
  --crimson-500: #F42552;
  --crimson-600: #D50B37;
  --crimson-700: #AA092C;
  --crimson-800: #79061F;
  --crimson-900: #4E0414;
  --crimson-950: #30030C;
}
Generate More ShadesCreate PaletteConvert Color