Crimson

#DF3A3A

Red

Color Codes

All color formats for development

HEX
#DF3A3A
RGB
rgb(223, 58, 58)
HSL
hsl(0, 72%, 55%)
OKLCH
oklch(0.599 0.202 25.7)
CMYK
cmyk(0%, 74%, 74%, 13%)

Accessibility

WCAG contrast compliance

On White Background

4.37:1

AA AAA

On Black Background

4.80: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#D92323
2#C11F1F
3#A91B1B
4#911818
5#791414
6#601010
7#480C0C
8#300808
9#180404

Tints

Lighter variations

1#E24D4D
2#E56161
3#E97575
4#EC8989
5#EF9C9C
6#F2B0B0
7#F5C4C4
8#F9D8D8
9#FCEBEB

Tones

Muted variations

1#D74242
2#CE4A4A
3#C65252
4#BE5B5B
5#B66363
6#AD6B6B
7#A57373
8#9D7C7C
9#958484

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F2
BackgroundsSubtle highlightsCard backgrounds
100
FAE0
#FAE0E0
Light backgroundsTable row hoverSkeleton loading
200
F6C6
#F6C6C6
Secondary backgroundsInput backgroundsDividers
300
EF9A
#EF9A9A
BordersInactive statesPlaceholder text
400
E665
#E66565
Disabled statesSecondary iconsMuted text
500
DF3A
#DF3A3A
Primary brand colorCTAsActive elementsLinks
600
C11F
#C11F1F
Hover statesFocus ringsPrimary buttons hover
700
9A19
#9A1919
Active/pressed statesDark mode accentsSecondary text
800
6E12
#6E1212
Text on light backgroundsHeadingsStrong borders
900
460B
#460B0B
Primary textHigh emphasis contentDark headings
950
2C07
#2C0707
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FDF2F2;
  --crimson-100: #FAE0E0;
  --crimson-200: #F6C6C6;
  --crimson-300: #EF9A9A;
  --crimson-400: #E66565;
  --crimson-500: #DF3A3A;
  --crimson-600: #C11F1F;
  --crimson-700: #9A1919;
  --crimson-800: #6E1212;
  --crimson-900: #460B0B;
  --crimson-950: #2C0707;
}
Generate More ShadesCreate PaletteConvert Color