Crimson

#C41C68

Pink

Color Codes

All color formats for development

HEX
#C41C68
RGB
rgb(196, 28, 104)
HSL
hsl(333, 75%, 44%)
OKLCH
oklch(0.541 0.204 0.9)
CMYK
cmyk(0%, 86%, 47%, 23%)

Accessibility

WCAG contrast compliance

On White Background

5.66:1

AA AAA

On Black Background

3.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FBE0
200
#F7C5
300
#F098
400
#E963
500
#E236
600
#C41C
700
#9C16
800
#7010
900
#470A
950
#2D06

Shades

Darker variations

1#B1195D
2#9D1653
3#891449
4#76113E
5#620E34
6#4F0B2A
7#3B081F
8#270615
9#14030A

Tints

Lighter variations

1#DD2075
2#E23784
3#E65094
4#EA69A3
5#ED82B2
6#F19BC2
7#F4B4D1
8#F8CDE0
9#FBE6F0

Tones

Muted variations

1#BC2469
2#B42D69
3#AB356A
4#A33E6B
5#9A466C
6#924F6D
7#89576E
8#815F6F
9#79686F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F7
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0EC
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5DB
Secondary backgroundsInput backgroundsDividers
300
F098
#F098C0
BordersInactive statesPlaceholder text
400
E963
#E9639F
Disabled statesSecondary iconsMuted text
500
E236
#E23684
Primary brand colorCTAsActive elementsLinks
600
C41C
#C41C68
Hover statesFocus ringsPrimary buttons hover
700
9C16
#9C1653
Active/pressed statesDark mode accentsSecondary text
800
7010
#70103B
Text on light backgroundsHeadingsStrong borders
900
470A
#470A26
Primary textHigh emphasis contentDark headings
950
2D06
#2D0618
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FDF2F7;
  --crimson-100: #FBE0EC;
  --crimson-200: #F7C5DB;
  --crimson-300: #F098C0;
  --crimson-400: #E9639F;
  --crimson-500: #E23684;
  --crimson-600: #C41C68;
  --crimson-700: #9C1653;
  --crimson-800: #70103B;
  --crimson-900: #470A26;
  --crimson-950: #2D0618;
}
Generate More ShadesCreate PaletteConvert Color