Crimson

#F62338

Red

Color Codes

All color formats for development

HEX
#F62338
RGB
rgb(246, 35, 56)
HSL
hsl(354, 92%, 55%)
OKLCH
oklch(0.624 0.238 23.9)
CMYK
cmyk(0%, 86%, 77%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.03:1

AA AAA

On Black Background

5.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FEDD
200
#FCBF
300
#FA8E
400
#F854
500
#F623
600
#D709
700
#AB07
800
#7A05
900
#4E03
950
#3102

Shades

Darker variations

1#F20A21
2#D7091E
3#BC081A
4#A20716
5#870613
6#6C040F
7#51030B
8#360207
9#1B0104

Tints

Lighter variations

1#F7394C
2#F84F60
3#F96574
4#F97B87
5#FA919B
6#FBA7AF
7#FCBDC3
8#FDD3D7
9#FEE9EB

Tones

Muted variations

1#EB2D40
2#E13849
3#D64251
4#CC4D5A
5#C15762
6#B6626A
7#AC6D73
8#A1777B
9#978284

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F2
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDE0
Light backgroundsTable row hoverSkeleton loading
200
FCBF
#FCBFC5
Secondary backgroundsInput backgroundsDividers
300
FA8E
#FA8E99
BordersInactive statesPlaceholder text
400
F854
#F85464
Disabled statesSecondary iconsMuted text
500
F623
#F62338
Primary brand colorCTAsActive elementsLinks
600
D709
#D7091E
Hover statesFocus ringsPrimary buttons hover
700
AB07
#AB0718
Active/pressed statesDark mode accentsSecondary text
800
7A05
#7A0511
Text on light backgroundsHeadingsStrong borders
900
4E03
#4E030B
Primary textHigh emphasis contentDark headings
950
3102
#310207
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F2;
  --crimson-100: #FEDDE0;
  --crimson-200: #FCBFC5;
  --crimson-300: #FA8E99;
  --crimson-400: #F85464;
  --crimson-500: #F62338;
  --crimson-600: #D7091E;
  --crimson-700: #AB0718;
  --crimson-800: #7A0511;
  --crimson-900: #4E030B;
  --crimson-950: #310207;
}
Generate More ShadesCreate PaletteConvert Color