Crimson

#CA1658

Pink

Color Codes

All color formats for development

HEX
#CA1658
RGB
rgb(202, 22, 88)
HSL
hsl(338, 80%, 44%)
OKLCH
oklch(0.544 0.208 8.2)
CMYK
cmyk(0%, 89%, 56%, 21%)

Accessibility

WCAG contrast compliance

On White Background

5.57:1

AA AAA

On Black Background

3.77: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#B6144F
2#A21247
3#8D103E
4#790D35
5#650B2C
6#510923
7#3D071A
8#280412
9#140209

Tints

Lighter variations

1#E41963
2#E83174
3#EB4B86
4#EE6597
5#F17EA8
6#F498BA
7#F6B2CB
8#F9CCDC
9#FCE5EE

Tones

Muted variations

1#C11F5B
2#B8285D
3#AF315F
4#A63A62
5#9D4364
6#944C67
7#8B5569
8#825E6B
9#79676E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F6
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFE9
Light backgroundsTable row hoverSkeleton loading
200
F8C3
#F8C3D7
Secondary backgroundsInput backgroundsDividers
300
F395
#F395B8
BordersInactive statesPlaceholder text
400
ED5E
#ED5E93
Disabled statesSecondary iconsMuted text
500
E830
#E83074
Primary brand colorCTAsActive elementsLinks
600
CA16
#CA1658
Hover statesFocus ringsPrimary buttons hover
700
A112
#A11246
Active/pressed statesDark mode accentsSecondary text
800
730D
#730D32
Text on light backgroundsHeadingsStrong borders
900
4908
#490820
Primary textHigh emphasis contentDark headings
950
2E05
#2E0514
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FDF1F6;
  --crimson-100: #FBDFE9;
  --crimson-200: #F8C3D7;
  --crimson-300: #F395B8;
  --crimson-400: #ED5E93;
  --crimson-500: #E83074;
  --crimson-600: #CA1658;
  --crimson-700: #A11246;
  --crimson-800: #730D32;
  --crimson-900: #490820;
  --crimson-950: #2E0514;
}
Generate More ShadesCreate PaletteConvert Color