Crimson

#D50B55

Pink

Color Codes

All color formats for development

HEX
#D50B55
RGB
rgb(213, 11, 85)
HSL
hsl(338, 90%, 44%)
OKLCH
oklch(0.56 0.22 10.5)
CMYK
cmyk(0%, 95%, 60%, 16%)

Accessibility

WCAG contrast compliance

On White Background

5.24:1

AA AAA

On Black Background

4.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FDDD
200
#FCC0
300
#F990
400
#F655
500
#F425
600
#D50B
700
#AA09
800
#7906
900
#4E04
950
#3003

Shades

Darker variations

1#C00A4D
2#AB0944
3#95083C
4#800733
5#6B062B
6#550422
7#40031A
8#2B0211
9#150109

Tints

Lighter variations

1#F00D60
2#F42671
3#F54183
4#F65C95
5#F877A6
6#F992B8
7#FBAECA
8#FCC9DC
9#FEE4ED

Tones

Muted variations

1#CB1558
2#C11F5B
3#B72A5D
4#AD3460
5#A33E63
6#994865
7#8E5268
8#845C6B
9#7A666E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F6
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE9
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0D6
Secondary backgroundsInput backgroundsDividers
300
F990
#F990B6
BordersInactive statesPlaceholder text
400
F655
#F65590
Disabled statesSecondary iconsMuted text
500
F425
#F42571
Primary brand colorCTAsActive elementsLinks
600
D50B
#D50B55
Hover statesFocus ringsPrimary buttons hover
700
AA09
#AA0944
Active/pressed statesDark mode accentsSecondary text
800
7906
#790630
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E041F
Primary textHigh emphasis contentDark headings
950
3003
#300313
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F6;
  --crimson-100: #FDDDE9;
  --crimson-200: #FCC0D6;
  --crimson-300: #F990B6;
  --crimson-400: #F65590;
  --crimson-500: #F42571;
  --crimson-600: #D50B55;
  --crimson-700: #AA0944;
  --crimson-800: #790630;
  --crimson-900: #4E041F;
  --crimson-950: #300313;
}
Generate More ShadesCreate PaletteConvert Color