Beige

#FFDCE1

Red

Color Codes

All color formats for development

HEX
#FFDCE1
RGB
rgb(255, 220, 225)
HSL
hsl(351, 100%, 93%)
OKLCH
oklch(0.925 0.039 8.1)
CMYK
cmyk(0%, 14%, 12%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.27:1

AA AAA

On Black Background

16.58: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#FFACB8
2#FF7C90
3#FF4D68
4#FF1E3F
5#ED0024
6#BE001C
7#8E0015
8#5F000E
9#2F0007

Tints

Lighter variations

1#FFDFE4
2#FFE2E7
3#FFE6EA
4#FFEAED
5#FFEDF0
6#FFF1F3
7#FFF4F6
8#FFF8F9
9#FFFBFC

Tones

Muted variations

1#FDDDE2
2#FBDFE3
3#FAE1E4
4#F8E2E6
5#F6E4E7
6#F4E6E8
7#F3E8E9
8#F1EAEB
9#EFEBEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F2
BackgroundsSubtle highlightsCard backgrounds
100
FFDB
#FFDBE1
Light backgroundsTable row hoverSkeleton loading
200
FFBD
#FFBDC7
Secondary backgroundsInput backgroundsDividers
300
FF8A
#FF8A9B
BordersInactive statesPlaceholder text
400
FF4D
#FF4D67
Disabled statesSecondary iconsMuted text
500
FF1A
#FF1A3C
Primary brand colorCTAsActive elementsLinks
600
E000
#E00022
Hover statesFocus ringsPrimary buttons hover
700
B300
#B3001B
Active/pressed statesDark mode accentsSecondary text
800
8000
#800013
Text on light backgroundsHeadingsStrong borders
900
5200
#52000C
Primary textHigh emphasis contentDark headings
950
3300
#330008
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FFF0F2;
  --beige-100: #FFDBE1;
  --beige-200: #FFBDC7;
  --beige-300: #FF8A9B;
  --beige-400: #FF4D67;
  --beige-500: #FF1A3C;
  --beige-600: #E00022;
  --beige-700: #B3001B;
  --beige-800: #800013;
  --beige-900: #52000C;
  --beige-950: #330008;
}
Generate More ShadesCreate PaletteConvert Color