Crimson

#F91F4E

Red

Color Codes

All color formats for development

HEX
#F91F4E
RGB
rgb(249, 31, 78)
HSL
hsl(347, 95%, 55%)
OKLCH
oklch(0.631 0.241 18.2)
CMYK
cmyk(0%, 88%, 69%, 2%)

Accessibility

WCAG contrast compliance

On White Background

3.94:1

AA AAA

On Black Background

5.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FEDC
200
#FDBE
300
#FC8D
400
#FB51
500
#F91F
600
#DB06
700
#AE04
800
#7C03
900
#5002
950
#3201

Shades

Darker variations

1#F6063A
2#DB0634
3#BF052D
4#A40427
5#890420
6#6D031A
7#520213
8#37010D
9#1B0106

Tints

Lighter variations

1#FA3660
2#FA4C72
3#FB6283
4#FC7995
5#FC8FA7
6#FDA5B8
7#FDBCCA
8#FED2DC
9#FEE9ED

Tones

Muted variations

1#EE2A55
2#E3355B
3#D94061
4#CE4B67
5#C3566D
6#B86174
7#AD6C7A
8#A27680
9#978186

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCE4
Light backgroundsTable row hoverSkeleton loading
200
FDBE
#FDBECC
Secondary backgroundsInput backgroundsDividers
300
FC8D
#FC8DA5
BordersInactive statesPlaceholder text
400
FB51
#FB5176
Disabled statesSecondary iconsMuted text
500
F91F
#F91F4E
Primary brand colorCTAsActive elementsLinks
600
DB06
#DB0634
Hover statesFocus ringsPrimary buttons hover
700
AE04
#AE0429
Active/pressed statesDark mode accentsSecondary text
800
7C03
#7C031D
Text on light backgroundsHeadingsStrong borders
900
5002
#500213
Primary textHigh emphasis contentDark headings
950
3201
#32010C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FFF0F3;
  --crimson-100: #FEDCE4;
  --crimson-200: #FDBECC;
  --crimson-300: #FC8DA5;
  --crimson-400: #FB5176;
  --crimson-500: #F91F4E;
  --crimson-600: #DB0634;
  --crimson-700: #AE0429;
  --crimson-800: #7C031D;
  --crimson-900: #500213;
  --crimson-950: #32010C;
}
Generate More ShadesCreate PaletteConvert Color