Crimson

#D40C2E

Red

Color Codes

All color formats for development

HEX
#D40C2E
RGB
rgb(212, 12, 46)
HSL
hsl(350, 89%, 44%)
OKLCH
oklch(0.552 0.219 22.9)
CMYK
cmyk(0%, 94%, 78%, 17%)

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
#FEF1
100
#FDDD
200
#FBC0
300
#F990
400
#F556
500
#F226
600
#D40C
700
#A90A
800
#7807
900
#4D04
950
#3003

Shades

Darker variations

1#BF0B29
2#AA0A25
3#940920
4#7F071B
5#6A0617
6#550512
7#40040E
8#2A0209
9#150105

Tints

Lighter variations

1#EF0E33
2#F22749
3#F44260
4#F65D76
5#F7788D
6#F993A4
7#FAAEBB
8#FCC9D1
9#FDE4E8

Tones

Muted variations

1#CA1634
2#C0203B
3#B62A42
4#AC3448
5#A23E4F
6#984856
7#8E525C
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
FBC0
#FBC0CA
Secondary backgroundsInput backgroundsDividers
300
F990
#F990A2
BordersInactive statesPlaceholder text
400
F556
#F55671
Disabled statesSecondary iconsMuted text
500
F226
#F22648
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C2E
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A24
Active/pressed statesDark mode accentsSecondary text
800
7807
#78071A
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D0411
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: #FEF1F3;
  --crimson-100: #FDDDE3;
  --crimson-200: #FBC0CA;
  --crimson-300: #F990A2;
  --crimson-400: #F55671;
  --crimson-500: #F22648;
  --crimson-600: #D40C2E;
  --crimson-700: #A90A24;
  --crimson-800: #78071A;
  --crimson-900: #4D0411;
  --crimson-950: #30030A;
}
Generate More ShadesCreate PaletteConvert Color