Crimson

#F4254B

Red

Color Codes

All color formats for development

HEX
#F4254B
RGB
rgb(244, 37, 75)
HSL
hsl(349, 90%, 55%)
OKLCH
oklch(0.624 0.234 19.1)
CMYK
cmyk(0%, 85%, 69%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.03:1

AA AAA

On Black Background

5.21: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#F00D36
2#D50B30
3#BB0A2A
4#A00824
5#85071E
6#6B0618
7#500412
8#35030C
9#1B0106

Tints

Lighter variations

1#F53B5D
2#F6516F
3#F76681
4#F87C93
5#F992A5
6#FAA8B7
7#FCBEC9
8#FDD3DB
9#FEE9ED

Tones

Muted variations

1#E92F51
2#DF3A58
3#D5445E
4#CA4E65
5#C0596C
6#B66372
7#AB6D79
8#A1787F
9#978286

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE3
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0CB
Secondary backgroundsInput backgroundsDividers
300
F990
#F990A3
BordersInactive statesPlaceholder text
400
F655
#F65573
Disabled statesSecondary iconsMuted text
500
F425
#F4254B
Primary brand colorCTAsActive elementsLinks
600
D50B
#D50B30
Hover statesFocus ringsPrimary buttons hover
700
AA09
#AA0926
Active/pressed statesDark mode accentsSecondary text
800
7906
#79061B
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E0412
Primary textHigh emphasis contentDark headings
950
3003
#30030B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F3;
  --crimson-100: #FDDDE3;
  --crimson-200: #FCC0CB;
  --crimson-300: #F990A3;
  --crimson-400: #F65573;
  --crimson-500: #F4254B;
  --crimson-600: #D50B30;
  --crimson-700: #AA0926;
  --crimson-800: #79061B;
  --crimson-900: #4E0412;
  --crimson-950: #30030B;
}
Generate More ShadesCreate PaletteConvert Color