Lavender

#FFDCF0

Pink

Color Codes

All color formats for development

HEX
#FFDCF0
RGB
rgb(255, 220, 240)
HSL
hsl(326, 100%, 93%)
OKLCH
oklch(0.929 0.046 342.7)
CMYK
cmyk(0%, 14%, 6%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.25:1

AA AAA

On Black Background

16.75: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#FFACDB
2#FF7CC6
3#FF4DB2
4#FF1E9D
5#ED0086
6#BE006C
7#8E0051
8#5F0036
9#2F001B

Tints

Lighter variations

1#FFDFF1
2#FFE2F3
3#FFE6F4
4#FFEAF6
5#FFEDF7
6#FFF1F9
7#FFF4FA
8#FFF8FC
9#FFFBFD

Tones

Muted variations

1#FDDDEF
2#FBDFEF
3#FAE1EF
4#F8E2EF
5#F6E4EE
6#F4E6EE
7#F3E8EE
8#F1EAEE
9#EFEBED

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F8
BackgroundsSubtle highlightsCard backgrounds
100
FFDB
#FFDBF0
Light backgroundsTable row hoverSkeleton loading
200
FFBD
#FFBDE2
Secondary backgroundsInput backgroundsDividers
300
FF8A
#FF8ACC
BordersInactive statesPlaceholder text
400
FF4D
#FF4DB2
Disabled statesSecondary iconsMuted text
500
FF1A
#FF1A9C
Primary brand colorCTAsActive elementsLinks
600
E000
#E0007F
Hover statesFocus ringsPrimary buttons hover
700
B300
#B30065
Active/pressed statesDark mode accentsSecondary text
800
8000
#800048
Text on light backgroundsHeadingsStrong borders
900
5200
#52002E
Primary textHigh emphasis contentDark headings
950
3300
#33001D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #FFF0F8;
  --lavender-100: #FFDBF0;
  --lavender-200: #FFBDE2;
  --lavender-300: #FF8ACC;
  --lavender-400: #FF4DB2;
  --lavender-500: #FF1A9C;
  --lavender-600: #E0007F;
  --lavender-700: #B30065;
  --lavender-800: #800048;
  --lavender-900: #52002E;
  --lavender-950: #33001D;
}
Generate More ShadesCreate PaletteConvert Color