Lavender

#F2BFFD

Pink

Color Codes

All color formats for development

HEX
#F2BFFD
RGB
rgb(242, 191, 253)
HSL
hsl(289, 94%, 87%)
OKLCH
oklch(0.87 0.1 320.3)
CMYK
cmyk(4%, 25%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF0
100
#F8DC
200
#F2BF
300
#E78D
400
#DB52
500
#D120
600
#B307
700
#8E05
800
#6604
900
#4102
950
#2902

Shades

Darker variations

1#E994FC
2#E069FA
3#D73EF9
4#CE13F8
5#B107D7
6#8E05AC
7#6A0481
8#470356
9#23012B

Tints

Lighter variations

1#F3C5FD
2#F4CCFD
3#F6D2FE
4#F7D8FE
5#F8DFFE
6#FAE5FE
7#FBECFE
8#FCF2FF
9#FEF9FF

Tones

Muted variations

1#F0C2FA
2#EEC5F7
3#ECC8F4
4#EACBF1
5#E8CEED
6#E6D1EA
7#E4D5E7
8#E2D8E4
9#E0DBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF0
#FCF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F8DC
#F8DCFE
Light backgroundsTable row hoverSkeleton loading
200
F2BF
#F2BFFD
Secondary backgroundsInput backgroundsDividers
300
E78D
#E78DFB
BordersInactive statesPlaceholder text
400
DB52
#DB52FA
Disabled statesSecondary iconsMuted text
500
D120
#D120F8
Primary brand colorCTAsActive elementsLinks
600
B307
#B307DA
Hover statesFocus ringsPrimary buttons hover
700
8E05
#8E05AD
Active/pressed statesDark mode accentsSecondary text
800
6604
#66047C
Text on light backgroundsHeadingsStrong borders
900
4102
#41024F
Primary textHigh emphasis contentDark headings
950
2902
#290231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #FCF0FF;
  --lavender-100: #F8DCFE;
  --lavender-200: #F2BFFD;
  --lavender-300: #E78DFB;
  --lavender-400: #DB52FA;
  --lavender-500: #D120F8;
  --lavender-600: #B307DA;
  --lavender-700: #8E05AD;
  --lavender-800: #66047C;
  --lavender-900: #41024F;
  --lavender-950: #290231;
}
Generate More ShadesCreate PaletteConvert Color