Pink

#FFCABD

Red

Color Codes

All color formats for development

HEX
#FFCABD
RGB
rgb(255, 202, 189)
HSL
hsl(12, 100%, 87%)
OKLCH
oklch(0.882 0.063 34.1)
CMYK
cmyk(0%, 21%, 26%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.45:1

AA AAA

On Black Background

14.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF3
100
#FFE2
200
#FFCA
300
#FFA1
400
#FF70
500
#FF47
600
#E02D
700
#B324
800
#8019
900
#5210
950
#330A

Shades

Darker variations

1#FFA690
2#FF8364
3#FF5F38
4#FF3C0B
5#DE2C00
6#B12300
7#851B00
8#591200
9#2C0900

Tints

Lighter variations

1#FFCFC3
2#FFD5CA
3#FFDAD1
4#FFDFD7
5#FFE4DE
6#FFEAE4
7#FFEFEB
8#FFF4F2
9#FFFAF8

Tones

Muted variations

1#FCCCC0
2#F8CEC3
3#F5D0C7
4#F2D2CA
5#EED4CD
6#EBD6D1
7#E8D8D4
8#E4DAD7
9#E1DCDB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF3
#FFF3F0
BackgroundsSubtle highlightsCard backgrounds
100
FFE2
#FFE2DB
Light backgroundsTable row hoverSkeleton loading
200
FFCA
#FFCABD
Secondary backgroundsInput backgroundsDividers
300
FFA1
#FFA18A
BordersInactive statesPlaceholder text
400
FF70
#FF704D
Disabled statesSecondary iconsMuted text
500
FF47
#FF471A
Primary brand colorCTAsActive elementsLinks
600
E02D
#E02D00
Hover statesFocus ringsPrimary buttons hover
700
B324
#B32400
Active/pressed statesDark mode accentsSecondary text
800
8019
#801900
Text on light backgroundsHeadingsStrong borders
900
5210
#521000
Primary textHigh emphasis contentDark headings
950
330A
#330A00
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --pink-50: #FFF3F0;
  --pink-100: #FFE2DB;
  --pink-200: #FFCABD;
  --pink-300: #FFA18A;
  --pink-400: #FF704D;
  --pink-500: #FF471A;
  --pink-600: #E02D00;
  --pink-700: #B32400;
  --pink-800: #801900;
  --pink-900: #521000;
  --pink-950: #330A00;
}
Generate More ShadesCreate PaletteConvert Color