Crimson

#D50B2A

Red

Color Codes

All color formats for development

HEX
#D50B2A
RGB
rgb(213, 11, 42)
HSL
hsl(351, 90%, 44%)
OKLCH
oklch(0.553 0.22 23.8)
CMYK
cmyk(0%, 95%, 80%, 16%)

Accessibility

WCAG contrast compliance

On White Background

5.37: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#C00A25
2#AB0921
3#95081D
4#800719
5#6B0615
6#550411
7#40030C
8#2B0208
9#150104

Tints

Lighter variations

1#F00D2F
2#F42645
3#F5415C
4#F65C73
5#F8778B
6#F992A2
7#FBAEB9
8#FCC9D0
9#FEE4E8

Tones

Muted variations

1#CB1531
2#C11F38
3#B72A3F
4#AD3446
5#A33E4D
6#994854
7#8E525B
8#845C62
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
#FCC0C9
Secondary backgroundsInput backgroundsDividers
300
F990
#F9909F
BordersInactive statesPlaceholder text
400
F655
#F6556E
Disabled statesSecondary iconsMuted text
500
F425
#F42544
Primary brand colorCTAsActive elementsLinks
600
D50B
#D50B2A
Hover statesFocus ringsPrimary buttons hover
700
AA09
#AA0921
Active/pressed statesDark mode accentsSecondary text
800
7906
#790618
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E040F
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: #FEF0F3;
  --crimson-100: #FDDDE2;
  --crimson-200: #FCC0C9;
  --crimson-300: #F9909F;
  --crimson-400: #F6556E;
  --crimson-500: #F42544;
  --crimson-600: #D50B2A;
  --crimson-700: #AA0921;
  --crimson-800: #790618;
  --crimson-900: #4E040F;
  --crimson-950: #300309;
}
Generate More ShadesCreate PaletteConvert Color