Crimson

#D50B66

Pink

Color Codes

All color formats for development

HEX
#D50B66
RGB
rgb(213, 11, 102)
HSL
hsl(333, 90%, 44%)
OKLCH
oklch(0.565 0.223 4.2)
CMYK
cmyk(0%, 95%, 52%, 16%)

Accessibility

WCAG contrast compliance

On White Background

5.16:1

AA AAA

On Black Background

4.07: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#C00A5C
2#AB0952
3#950847
4#80073D
5#6B0633
6#550429
7#40031F
8#2B0214
9#15010A

Tints

Lighter variations

1#F00D73
2#F42682
3#F54192
4#F65CA2
5#F877B1
6#F992C1
7#FBAED0
8#FCC9E0
9#FEE4EF

Tones

Muted variations

1#CB1567
2#C11F68
3#B72A69
4#AD346A
5#A33E6B
6#99486C
7#8E526D
8#845C6E
9#7A666F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F7
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDEC
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0DB
Secondary backgroundsInput backgroundsDividers
300
F990
#F990BF
BordersInactive statesPlaceholder text
400
F655
#F6559E
Disabled statesSecondary iconsMuted text
500
F425
#F42582
Primary brand colorCTAsActive elementsLinks
600
D50B
#D50B66
Hover statesFocus ringsPrimary buttons hover
700
AA09
#AA0951
Active/pressed statesDark mode accentsSecondary text
800
7906
#79063A
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E0425
Primary textHigh emphasis contentDark headings
950
3003
#300317
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FEF0F7;
  --crimson-100: #FDDDEC;
  --crimson-200: #FCC0DB;
  --crimson-300: #F990BF;
  --crimson-400: #F6559E;
  --crimson-500: #F42582;
  --crimson-600: #D50B66;
  --crimson-700: #AA0951;
  --crimson-800: #79063A;
  --crimson-900: #4E0425;
  --crimson-950: #300317;
}
Generate More ShadesCreate PaletteConvert Color