Crimson

#F02839

Red

Color Codes

All color formats for development

HEX
#F02839
RGB
rgb(240, 40, 57)
HSL
hsl(355, 87%, 55%)
OKLCH
oklch(0.616 0.23 23.9)
CMYK
cmyk(0%, 83%, 76%, 6%)

Accessibility

WCAG contrast compliance

On White Background

4.14:1

AA AAA

On Black Background

5.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDE
200
#FBC1
300
#F791
400
#F358
500
#F028
600
#D20F
700
#A70C
800
#7708
900
#4C05
950
#3003

Shades

Darker variations

1#EC1023
2#D20F1F
3#B80D1B
4#9D0B17
5#830913
6#69070F
7#4F050C
8#340408
9#1A0204

Tints

Lighter variations

1#F23E4D
2#F35361
3#F56974
4#F67E88
5#F8949C
6#F9A9B0
7#FBBFC4
8#FCD4D7
9#FEEAEB

Tones

Muted variations

1#E63241
2#DC3C4A
3#D24652
4#C8505A
5#BE5A63
6#B4646B
7#AA6E73
8#A0787C
9#968284

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FDDE
#FDDEE0
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1C6
Secondary backgroundsInput backgroundsDividers
300
F791
#F7919A
BordersInactive statesPlaceholder text
400
F358
#F35865
Disabled statesSecondary iconsMuted text
500
F028
#F02839
Primary brand colorCTAsActive elementsLinks
600
D20F
#D20F1F
Hover statesFocus ringsPrimary buttons hover
700
A70C
#A70C19
Active/pressed statesDark mode accentsSecondary text
800
7708
#770812
Text on light backgroundsHeadingsStrong borders
900
4C05
#4C050B
Primary textHigh emphasis contentDark headings
950
3003
#300307
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F2;
  --crimson-100: #FDDEE0;
  --crimson-200: #FBC1C6;
  --crimson-300: #F7919A;
  --crimson-400: #F35865;
  --crimson-500: #F02839;
  --crimson-600: #D20F1F;
  --crimson-700: #A70C19;
  --crimson-800: #770812;
  --crimson-900: #4C050B;
  --crimson-950: #300307;
}
Generate More ShadesCreate PaletteConvert Color