Crimson

#CA163D

Red

Color Codes

All color formats for development

HEX
#CA163D
RGB
rgb(202, 22, 61)
HSL
hsl(347, 80%, 44%)
OKLCH
oklch(0.539 0.206 18.3)
CMYK
cmyk(0%, 89%, 70%, 21%)

Accessibility

WCAG contrast compliance

On White Background

5.69:1

AA AAA

On Black Background

3.69: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#B61437
2#A21231
3#8D102B
4#790D25
5#650B1F
6#510919
7#3D0712
8#28040C
9#140206

Tints

Lighter variations

1#E41945
2#E83159
3#EB4B6E
4#EE6582
5#F17E97
6#F498AC
7#F6B2C1
8#F9CCD5
9#FCE5EA

Tones

Muted variations

1#C11F42
2#B82848
3#AF314D
4#A63A52
5#9D4357
6#944C5C
7#8B5561
8#825E66
9#79676B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F4
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFE5
Light backgroundsTable row hoverSkeleton loading
200
F8C3
#F8C3CF
Secondary backgroundsInput backgroundsDividers
300
F395
#F395AA
BordersInactive statesPlaceholder text
400
ED5E
#ED5E7D
Disabled statesSecondary iconsMuted text
500
E830
#E83058
Primary brand colorCTAsActive elementsLinks
600
CA16
#CA163D
Hover statesFocus ringsPrimary buttons hover
700
A112
#A11231
Active/pressed statesDark mode accentsSecondary text
800
730D
#730D23
Text on light backgroundsHeadingsStrong borders
900
4908
#490816
Primary textHigh emphasis contentDark headings
950
2E05
#2E050E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FDF1F4;
  --crimson-100: #FBDFE5;
  --crimson-200: #F8C3CF;
  --crimson-300: #F395AA;
  --crimson-400: #ED5E7D;
  --crimson-500: #E83058;
  --crimson-600: #CA163D;
  --crimson-700: #A11231;
  --crimson-800: #730D23;
  --crimson-900: #490816;
  --crimson-950: #2E050E;
}
Generate More ShadesCreate PaletteConvert Color