Crimson

#F4254E

Red

Color Codes

All color formats for development

HEX
#F4254E
RGB
rgb(244, 37, 78)
HSL
hsl(348, 90%, 55%)
OKLCH
oklch(0.625 0.234 18.2)
CMYK
cmyk(0%, 85%, 68%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.02: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
#FDDD
200
#FCC0
300
#F990
400
#F655
500
#F425
600
#D50B
700
#AA09
800
#7906
900
#4E04
950
#3003

Shades

Darker variations

1#F00D3A
2#D50B34
3#BB0A2D
4#A00827
5#850720
6#6B061A
7#500413
8#35030D
9#1B0106

Tints

Lighter variations

1#F53B60
2#F65172
3#F76683
4#F87C95
5#F992A7
6#FAA8B8
7#FCBECA
8#FDD3DC
9#FEE9ED

Tones

Muted variations

1#E92F54
2#DF3A5B
3#D54461
4#CA4E67
5#C0596D
6#B66373
7#AB6D7A
8#A17880
9#978286

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE4
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0CC
Secondary backgroundsInput backgroundsDividers
300
F990
#F990A5
BordersInactive statesPlaceholder text
400
F655
#F65576
Disabled statesSecondary iconsMuted text
500
F425
#F4254E
Primary brand colorCTAsActive elementsLinks
600
D50B
#D50B34
Hover statesFocus ringsPrimary buttons hover
700
AA09
#AA0929
Active/pressed statesDark mode accentsSecondary text
800
7906
#79061D
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E0413
Primary textHigh emphasis contentDark headings
950
3003
#30030C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F3;
  --crimson-100: #FDDDE4;
  --crimson-200: #FCC0CC;
  --crimson-300: #F990A5;
  --crimson-400: #F65576;
  --crimson-500: #F4254E;
  --crimson-600: #D50B34;
  --crimson-700: #AA0929;
  --crimson-800: #79061D;
  --crimson-900: #4E0413;
  --crimson-950: #30030C;
}
Generate More ShadesCreate PaletteConvert Color