Crimson

#F1273F

Red

Color Codes

All color formats for development

HEX
#F1273F
RGB
rgb(241, 39, 63)
HSL
hsl(353, 88%, 55%)
OKLCH
oklch(0.618 0.231 22.4)
CMYK
cmyk(0%, 84%, 74%, 5%)

Accessibility

WCAG contrast compliance

On White Background

4.12:1

AA AAA

On Black Background

5.10: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#ED0F29
2#D30D25
3#B90C20
4#9E0A1B
5#840817
6#690712
7#4F050E
8#350309
9#1A0205

Tints

Lighter variations

1#F33D52
2#F45265
3#F56878
4#F77E8C
5#F8939F
6#F9A9B2
7#FBBEC5
8#FCD4D9
9#FEE9EC

Tones

Muted variations

1#E73147
2#DD3B4E
3#D34656
4#C9505E
5#BF5A66
6#B5646D
7#AB6E75
8#A0787D
9#968285

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE1
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1C7
Secondary backgroundsInput backgroundsDividers
300
F891
#F8919D
BordersInactive statesPlaceholder text
400
F457
#F4576A
Disabled statesSecondary iconsMuted text
500
F127
#F1273F
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D25
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B1D
Active/pressed statesDark mode accentsSecondary text
800
7808
#780815
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D050D
Primary textHigh emphasis contentDark headings
950
3003
#300308
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F2;
  --crimson-100: #FDDDE1;
  --crimson-200: #FBC1C7;
  --crimson-300: #F8919D;
  --crimson-400: #F4576A;
  --crimson-500: #F1273F;
  --crimson-600: #D30D25;
  --crimson-700: #A80B1D;
  --crimson-800: #780815;
  --crimson-900: #4D050D;
  --crimson-950: #300308;
}
Generate More ShadesCreate PaletteConvert Color