Crimson

#DF3A47

Red

Color Codes

All color formats for development

HEX
#DF3A47
RGB
rgb(223, 58, 71)
HSL
hsl(355, 72%, 55%)
OKLCH
oklch(0.601 0.201 21.7)
CMYK
cmyk(0%, 74%, 68%, 13%)

Accessibility

WCAG contrast compliance

On White Background

4.34:1

AA AAA

On Black Background

4.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FAE0
200
#F6C6
300
#EF9A
400
#E665
500
#DF3A
600
#C11F
700
#9A19
800
#6E12
900
#460B
950
#2C07

Shades

Darker variations

1#D92332
2#C11F2D
3#A91B27
4#911822
5#79141C
6#601016
7#480C11
8#30080B
9#180406

Tints

Lighter variations

1#E24D5A
2#E5616C
3#E9757E
4#EC8991
5#EF9CA3
6#F2B0B6
7#F5C4C8
8#F9D8DA
9#FCEBED

Tones

Muted variations

1#D7424E
2#CE4A55
3#C6525C
4#BE5B63
5#B6636A
6#AD6B71
7#A57378
8#9D7C7E
9#958485

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F3
BackgroundsSubtle highlightsCard backgrounds
100
FAE0
#FAE0E2
Light backgroundsTable row hoverSkeleton loading
200
F6C6
#F6C6CA
Secondary backgroundsInput backgroundsDividers
300
EF9A
#EF9AA1
BordersInactive statesPlaceholder text
400
E665
#E66570
Disabled statesSecondary iconsMuted text
500
DF3A
#DF3A47
Primary brand colorCTAsActive elementsLinks
600
C11F
#C11F2D
Hover statesFocus ringsPrimary buttons hover
700
9A19
#9A1924
Active/pressed statesDark mode accentsSecondary text
800
6E12
#6E1219
Text on light backgroundsHeadingsStrong borders
900
460B
#460B10
Primary textHigh emphasis contentDark headings
950
2C07
#2C070A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FDF2F3;
  --crimson-100: #FAE0E2;
  --crimson-200: #F6C6CA;
  --crimson-300: #EF9AA1;
  --crimson-400: #E66570;
  --crimson-500: #DF3A47;
  --crimson-600: #C11F2D;
  --crimson-700: #9A1924;
  --crimson-800: #6E1219;
  --crimson-900: #460B10;
  --crimson-950: #2C070A;
}
Generate More ShadesCreate PaletteConvert Color