Crimson

#D50B2D

Red

Color Codes

All color formats for development

HEX
#D50B2D
RGB
rgb(213, 11, 45)
HSL
hsl(350, 90%, 44%)
OKLCH
oklch(0.554 0.22 23.1)
CMYK
cmyk(0%, 95%, 79%, 16%)

Accessibility

WCAG contrast compliance

On White Background

5.36:1

AA AAA

On Black Background

3.91: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#C00A28
2#AB0924
3#95081F
4#80071B
5#6B0616
6#550412
7#40030D
8#2B0209
9#150104

Tints

Lighter variations

1#F00D33
2#F42648
3#F5415F
4#F65C76
5#F8778D
6#F992A4
7#FBAEBA
8#FCC9D1
9#FEE4E8

Tones

Muted variations

1#CB1534
2#C11F3A
3#B72A41
4#AD3448
5#A33E4F
6#994855
7#8E525C
8#845C63
9#7A6669

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE2
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0CA
Secondary backgroundsInput backgroundsDividers
300
F990
#F990A1
BordersInactive statesPlaceholder text
400
F655
#F65570
Disabled statesSecondary iconsMuted text
500
F425
#F42547
Primary brand colorCTAsActive elementsLinks
600
D50B
#D50B2D
Hover statesFocus ringsPrimary buttons hover
700
AA09
#AA0924
Active/pressed statesDark mode accentsSecondary text
800
7906
#79061A
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E0410
Primary textHigh emphasis contentDark headings
950
3003
#30030A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F3;
  --crimson-100: #FDDDE2;
  --crimson-200: #FCC0CA;
  --crimson-300: #F990A1;
  --crimson-400: #F65570;
  --crimson-500: #F42547;
  --crimson-600: #D50B2D;
  --crimson-700: #AA0924;
  --crimson-800: #79061A;
  --crimson-900: #4E0410;
  --crimson-950: #30030A;
}
Generate More ShadesCreate PaletteConvert Color