Crimson

#C9182C

Red

Color Codes

All color formats for development

HEX
#C9182C
RGB
rgb(201, 24, 44)
HSL
hsl(353, 79%, 44%)
OKLCH
oklch(0.535 0.205 23.6)
CMYK
cmyk(0%, 88%, 78%, 21%)

Accessibility

WCAG contrast compliance

On White Background

5.75:1

AA AAA

On Black Background

3.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F8C4
300
#F396
400
#EC5F
500
#E732
600
#C918
700
#A013
800
#720D
900
#4909
950
#2E05

Shades

Darker variations

1#B51528
2#A11323
3#8D101F
4#790E1B
5#640C16
6#500912
7#3C070D
8#280509
9#140204

Tints

Lighter variations

1#E21B32
2#E73348
3#EA4C5E
4#ED6675
5#F07F8C
6#F399A3
7#F6B2BA
8#F9CCD1
9#FCE5E8

Tones

Muted variations

1#C02033
2#B7293A
3#AE3241
4#A53B47
5#9D444E
6#944D55
7#8B565C
8#825E63
9#796769

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F3
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFE2
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4CA
Secondary backgroundsInput backgroundsDividers
300
F396
#F396A1
BordersInactive statesPlaceholder text
400
EC5F
#EC5F70
Disabled statesSecondary iconsMuted text
500
E732
#E73247
Primary brand colorCTAsActive elementsLinks
600
C918
#C9182C
Hover statesFocus ringsPrimary buttons hover
700
A013
#A01323
Active/pressed statesDark mode accentsSecondary text
800
720D
#720D19
Text on light backgroundsHeadingsStrong borders
900
4909
#490910
Primary textHigh emphasis contentDark headings
950
2E05
#2E050A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FDF1F3;
  --crimson-100: #FBDFE2;
  --crimson-200: #F8C4CA;
  --crimson-300: #F396A1;
  --crimson-400: #EC5F70;
  --crimson-500: #E73247;
  --crimson-600: #C9182C;
  --crimson-700: #A01323;
  --crimson-800: #720D19;
  --crimson-900: #490910;
  --crimson-950: #2E050A;
}
Generate More ShadesCreate PaletteConvert Color