Crimson

#F42525

Red

Color Codes

All color formats for development

HEX
#F42525
RGB
rgb(244, 37, 37)
HSL
hsl(0, 90%, 55%)
OKLCH
oklch(0.62 0.237 27.7)
CMYK
cmyk(0%, 85%, 85%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.09:1

AA AAA

On Black Background

5.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FDDD
200
#FCC0
300
#F990
400
#F655
500
#F425
600
#D50B
700
#AA09
800
#7906
900
#4E04
950
#3003

Shades

Darker variations

1#F00D0D
2#D50B0B
3#BB0A0A
4#A00808
5#850707
6#6B0606
7#500404
8#350303
9#1B0101

Tints

Lighter variations

1#F53B3B
2#F65151
3#F76666
4#F87C7C
5#F99292
6#FAA8A8
7#FCBEBE
8#FDD3D3
9#FEE9E9

Tones

Muted variations

1#E92F2F
2#DF3A3A
3#D54444
4#CA4E4E
5#C05959
6#B66363
7#AB6D6D
8#A17878
9#978282

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F0
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDDD
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0C0
Secondary backgroundsInput backgroundsDividers
300
F990
#F99090
BordersInactive statesPlaceholder text
400
F655
#F65555
Disabled statesSecondary iconsMuted text
500
F425
#F42525
Primary brand colorCTAsActive elementsLinks
600
D50B
#D50B0B
Hover statesFocus ringsPrimary buttons hover
700
AA09
#AA0909
Active/pressed statesDark mode accentsSecondary text
800
7906
#790606
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E0404
Primary textHigh emphasis contentDark headings
950
3003
#300303
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F0;
  --crimson-100: #FDDDDD;
  --crimson-200: #FCC0C0;
  --crimson-300: #F99090;
  --crimson-400: #F65555;
  --crimson-500: #F42525;
  --crimson-600: #D50B0B;
  --crimson-700: #AA0909;
  --crimson-800: #790606;
  --crimson-900: #4E0404;
  --crimson-950: #300303;
}
Generate More ShadesCreate PaletteConvert Color