Beige

#FFDBE7

Pink

Color Codes

All color formats for development

HEX
#FFDBE7
RGB
rgb(255, 219, 231)
HSL
hsl(340, 100%, 93%)
OKLCH
oklch(0.925 0.043 355.9)
CMYK
cmyk(0%, 14%, 9%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.27:1

AA AAA

On Black Background

16.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FFDB
200
#FFBD
300
#FF8A
400
#FF4D
500
#FF1A
600
#E000
700
#B300
800
#8000
900
#5200
950
#3300

Shades

Darker variations

1#FFACC8
2#FF7CA8
3#FF4D88
4#FF1E69
5#ED004F
6#BE003F
7#8E002F
8#5F0020
9#2F0010

Tints

Lighter variations

1#FFDFEA
2#FFE2EC
3#FFE6EE
4#FFEAF1
5#FFEDF3
6#FFF1F5
7#FFF4F8
8#FFF8FA
9#FFFBFD

Tones

Muted variations

1#FDDDE8
2#FBDFE8
3#FAE1E9
4#F8E2EA
5#F6E4EA
6#F4E6EB
7#F3E8EB
8#F1EAEC
9#EFEBED

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F5
BackgroundsSubtle highlightsCard backgrounds
100
FFDB
#FFDBE7
Light backgroundsTable row hoverSkeleton loading
200
FFBD
#FFBDD3
Secondary backgroundsInput backgroundsDividers
300
FF8A
#FF8AB1
BordersInactive statesPlaceholder text
400
FF4D
#FF4D88
Disabled statesSecondary iconsMuted text
500
FF1A
#FF1A66
Primary brand colorCTAsActive elementsLinks
600
E000
#E0004B
Hover statesFocus ringsPrimary buttons hover
700
B300
#B3003B
Active/pressed statesDark mode accentsSecondary text
800
8000
#80002A
Text on light backgroundsHeadingsStrong borders
900
5200
#52001B
Primary textHigh emphasis contentDark headings
950
3300
#330011
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FFF0F5;
  --beige-100: #FFDBE7;
  --beige-200: #FFBDD3;
  --beige-300: #FF8AB1;
  --beige-400: #FF4D88;
  --beige-500: #FF1A66;
  --beige-600: #E0004B;
  --beige-700: #B3003B;
  --beige-800: #80002A;
  --beige-900: #52001B;
  --beige-950: #330011;
}
Generate More ShadesCreate PaletteConvert Color