Crimson

#B0034B

Pink

Color Codes

All color formats for development

HEX
#B0034B
RGB
rgb(176, 3, 75)
HSL
hsl(335, 97%, 35%)
OKLCH
oklch(0.486 0.193 7.6)
CMYK
cmyk(0%, 98%, 57%, 31%)

Accessibility

WCAG contrast compliance

On White Background

7.09:1

AA AAA

On Black Background

2.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FEDC
200
#FEBE
300
#FD8B
400
#FC4F
500
#FC1D
600
#DD03
700
#B003
800
#7E02
900
#5001
950
#3201

Shades

Darker variations

1#9E0243
2#8D023C
3#7B0234
4#69022D
5#580125
6#46011E
7#350116
8#23010F
9#120007

Tints

Lighter variations

1#D00359
2#F10467
3#FC1A78
4#FC3B8B
5#FD5C9F
6#FD7CB2
7#FE9DC5
8#FEBED8
9#FFDEEC

Tones

Muted variations

1#A70B4C
2#9F144E
3#961D4F
4#8D2551
5#852E52
6#7C3753
7#733F55
8#6B4856
9#625158

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F6
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCEA
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBED8
Secondary backgroundsInput backgroundsDividers
300
FD8B
#FD8BBB
BordersInactive statesPlaceholder text
400
FC4F
#FC4F97
Disabled statesSecondary iconsMuted text
500
FC1D
#FC1D7A
Primary brand colorCTAsActive elementsLinks
600
DD03
#DD035E
Hover statesFocus ringsPrimary buttons hover
700
B003
#B0034B
Active/pressed statesDark mode accentsSecondary text
800
7E02
#7E0235
Text on light backgroundsHeadingsStrong borders
900
5001
#500122
Primary textHigh emphasis contentDark headings
950
3201
#320115
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FFF0F6;
  --crimson-100: #FEDCEA;
  --crimson-200: #FEBED8;
  --crimson-300: #FD8BBB;
  --crimson-400: #FC4F97;
  --crimson-500: #FC1D7A;
  --crimson-600: #DD035E;
  --crimson-700: #B0034B;
  --crimson-800: #7E0235;
  --crimson-900: #500122;
  --crimson-950: #320115;
}
Generate More ShadesCreate PaletteConvert Color