Crimson

#F12735

Red

Color Codes

All color formats for development

HEX
#F12735
RGB
rgb(241, 39, 53)
HSL
hsl(356, 88%, 55%)
OKLCH
oklch(0.617 0.231 24.8)
CMYK
cmyk(0%, 84%, 78%, 5%)

Accessibility

WCAG contrast compliance

On White Background

4.13:1

AA AAA

On Black Background

5.08: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#ED0F1E
2#D30D1B
3#B90C17
4#9E0A14
5#840811
6#69070D
7#4F050A
8#350307
9#1A0203

Tints

Lighter variations

1#F33D49
2#F4525D
3#F56871
4#F77E86
5#F8939A
6#F9A9AE
7#FBBEC2
8#FCD4D7
9#FEE9EB

Tones

Muted variations

1#E7313D
2#DD3B46
3#D3464F
4#C95058
5#BF5A60
6#B56469
7#AB6E72
8#A0787B
9#968283

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE0
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1C5
Secondary backgroundsInput backgroundsDividers
300
F891
#F89198
BordersInactive statesPlaceholder text
400
F457
#F45762
Disabled statesSecondary iconsMuted text
500
F127
#F12735
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D1B
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B15
Active/pressed statesDark mode accentsSecondary text
800
7808
#78080F
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D050A
Primary textHigh emphasis contentDark headings
950
3003
#300306
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF1F2;
  --crimson-100: #FDDDE0;
  --crimson-200: #FBC1C5;
  --crimson-300: #F89198;
  --crimson-400: #F45762;
  --crimson-500: #F12735;
  --crimson-600: #D30D1B;
  --crimson-700: #A80B15;
  --crimson-800: #78080F;
  --crimson-900: #4D050A;
  --crimson-950: #300306;
}
Generate More ShadesCreate PaletteConvert Color