Crimson

#D50B19

Red

Color Codes

All color formats for development

HEX
#D50B19
RGB
rgb(213, 11, 25)
HSL
hsl(356, 90%, 44%)
OKLCH
oklch(0.552 0.221 27.2)
CMYK
cmyk(0%, 95%, 88%, 16%)

Accessibility

WCAG contrast compliance

On White Background

5.40:1

AA AAA

On Black Background

3.89: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#C00A16
2#AB0914
3#950811
4#80070F
5#6B060C
6#55040A
7#400307
8#2B0205
9#150102

Tints

Lighter variations

1#F00D1C
2#F42634
3#F5414D
4#F65C66
5#F87780
6#F99299
7#FBAEB3
8#FCC9CC
9#FEE4E6

Tones

Muted variations

1#CB1521
2#C11F2A
3#B72A33
4#AD343C
5#A33E44
6#99484D
7#8E5256
8#845C5F
9#7A6667

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F1
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDDF
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0C4
Secondary backgroundsInput backgroundsDividers
300
F990
#F99097
BordersInactive statesPlaceholder text
400
F655
#F65560
Disabled statesSecondary iconsMuted text
500
F425
#F42533
Primary brand colorCTAsActive elementsLinks
600
D50B
#D50B19
Hover statesFocus ringsPrimary buttons hover
700
AA09
#AA0914
Active/pressed statesDark mode accentsSecondary text
800
7906
#79060E
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E0409
Primary textHigh emphasis contentDark headings
950
3003
#300306
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F1;
  --crimson-100: #FDDDDF;
  --crimson-200: #FCC0C4;
  --crimson-300: #F99097;
  --crimson-400: #F65560;
  --crimson-500: #F42533;
  --crimson-600: #D50B19;
  --crimson-700: #AA0914;
  --crimson-800: #79060E;
  --crimson-900: #4E0409;
  --crimson-950: #300306;
}
Generate More ShadesCreate PaletteConvert Color