Crimson

#CA1640

Red

Color Codes

All color formats for development

HEX
#CA1640
RGB
rgb(202, 22, 64)
HSL
hsl(346, 80%, 44%)
OKLCH
oklch(0.539 0.206 17.2)
CMYK
cmyk(0%, 89%, 68%, 21%)

Accessibility

WCAG contrast compliance

On White Background

5.68:1

AA AAA

On Black Background

3.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F8C3
300
#F395
400
#ED5E
500
#E830
600
#CA16
700
#A112
800
#730D
900
#4908
950
#2E05

Shades

Darker variations

1#B6143A
2#A21233
3#8D102D
4#790D27
5#650B20
6#51091A
7#3D0713
8#28040D
9#140206

Tints

Lighter variations

1#E41949
2#E8315C
3#EB4B70
4#EE6585
5#F17E99
6#F498AE
7#F6B2C2
8#F9CCD6
9#FCE5EB

Tones

Muted variations

1#C11F45
2#B8284A
3#AF314F
4#A63A53
5#9D4358
6#944C5D
7#8B5562
8#825E67
9#79676B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F4
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFE6
Light backgroundsTable row hoverSkeleton loading
200
F8C3
#F8C3D0
Secondary backgroundsInput backgroundsDividers
300
F395
#F395AB
BordersInactive statesPlaceholder text
400
ED5E
#ED5E80
Disabled statesSecondary iconsMuted text
500
E830
#E8305B
Primary brand colorCTAsActive elementsLinks
600
CA16
#CA1640
Hover statesFocus ringsPrimary buttons hover
700
A112
#A11233
Active/pressed statesDark mode accentsSecondary text
800
730D
#730D25
Text on light backgroundsHeadingsStrong borders
900
4908
#490817
Primary textHigh emphasis contentDark headings
950
2E05
#2E050F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FDF1F4;
  --crimson-100: #FBDFE6;
  --crimson-200: #F8C3D0;
  --crimson-300: #F395AB;
  --crimson-400: #ED5E80;
  --crimson-500: #E8305B;
  --crimson-600: #CA1640;
  --crimson-700: #A11233;
  --crimson-800: #730D25;
  --crimson-900: #490817;
  --crimson-950: #2E050F;
}
Generate More ShadesCreate PaletteConvert Color