Crimson

#F1274C

Red

Color Codes

All color formats for development

HEX
#F1274C
RGB
rgb(241, 39, 76)
HSL
hsl(349, 88%, 55%)
OKLCH
oklch(0.62 0.23 18.7)
CMYK
cmyk(0%, 84%, 68%, 5%)

Accessibility

WCAG contrast compliance

On White Background

4.09:1

AA AAA

On Black Background

5.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDD
200
#FBC1
300
#F891
400
#F457
500
#F127
600
#D30D
700
#A80B
800
#7808
900
#4D05
950
#3003

Shades

Darker variations

1#ED0F38
2#D30D32
3#B90C2B
4#9E0A25
5#84081F
6#690719
7#4F0513
8#35030C
9#1A0206

Tints

Lighter variations

1#F33D5E
2#F45270
3#F56882
4#F77E94
5#F893A6
6#F9A9B8
7#FBBEC9
8#FCD4DB
9#FEE9ED

Tones

Muted variations

1#E73153
2#DD3B59
3#D3465F
4#C95066
5#BF5A6C
6#B56473
7#AB6E79
8#A0787F
9#968286

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE3
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1CB
Secondary backgroundsInput backgroundsDividers
300
F891
#F891A4
BordersInactive statesPlaceholder text
400
F457
#F45774
Disabled statesSecondary iconsMuted text
500
F127
#F1274C
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D32
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B28
Active/pressed statesDark mode accentsSecondary text
800
7808
#78081C
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0512
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: #FEF1F3;
  --crimson-100: #FDDDE3;
  --crimson-200: #FBC1CB;
  --crimson-300: #F891A4;
  --crimson-400: #F45774;
  --crimson-500: #F1274C;
  --crimson-600: #D30D32;
  --crimson-700: #A80B28;
  --crimson-800: #78081C;
  --crimson-900: #4D0512;
  --crimson-950: #30030B;
}
Generate More ShadesCreate PaletteConvert Color