Crimson

#F6233F

Red

Color Codes

All color formats for development

HEX
#F6233F
RGB
rgb(246, 35, 63)
HSL
hsl(352, 92%, 55%)
OKLCH
oklch(0.625 0.237 22.2)
CMYK
cmyk(0%, 86%, 74%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.01:1

AA AAA

On Black Background

5.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FEDD
200
#FCBF
300
#FA8E
400
#F854
500
#F623
600
#D709
700
#AB07
800
#7A05
900
#4E03
950
#3102

Shades

Darker variations

1#F20A29
2#D70925
3#BC0820
4#A2071B
5#870617
6#6C0412
7#51030E
8#360209
9#1B0105

Tints

Lighter variations

1#F73952
2#F84F65
3#F96578
4#F97B8C
5#FA919F
6#FBA7B2
7#FCBDC5
8#FDD3D9
9#FEE9EC

Tones

Muted variations

1#EB2D47
2#E1384E
3#D64256
4#CC4D5E
5#C15766
6#B6626D
7#AC6D75
8#A1777D
9#978285

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F2
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDE1
Light backgroundsTable row hoverSkeleton loading
200
FCBF
#FCBFC7
Secondary backgroundsInput backgroundsDividers
300
FA8E
#FA8E9D
BordersInactive statesPlaceholder text
400
F854
#F8546A
Disabled statesSecondary iconsMuted text
500
F623
#F6233F
Primary brand colorCTAsActive elementsLinks
600
D709
#D70925
Hover statesFocus ringsPrimary buttons hover
700
AB07
#AB071D
Active/pressed statesDark mode accentsSecondary text
800
7A05
#7A0515
Text on light backgroundsHeadingsStrong borders
900
4E03
#4E030D
Primary textHigh emphasis contentDark headings
950
3102
#310208
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F2;
  --crimson-100: #FEDDE1;
  --crimson-200: #FCBFC7;
  --crimson-300: #FA8E9D;
  --crimson-400: #F8546A;
  --crimson-500: #F6233F;
  --crimson-600: #D70925;
  --crimson-700: #AB071D;
  --crimson-800: #7A0515;
  --crimson-900: #4E030D;
  --crimson-950: #310208;
}
Generate More ShadesCreate PaletteConvert Color