Lavender

#F0BFFD

Pink

Color Codes

All color formats for development

HEX
#F0BFFD
RGB
rgb(240, 191, 253)
HSL
hsl(287, 94%, 87%)
OKLCH
oklch(0.868 0.099 319.1)
CMYK
cmyk(5%, 25%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF0
100
#F7DC
200
#F0BF
300
#E48D
400
#D552
500
#C920
600
#AC07
700
#8905
800
#6204
900
#3F02
950
#2702

Shades

Darker variations

1#E594FC
2#DB69FA
3#D03EF9
4#C613F8
5#AA07D7
6#8805AC
7#660481
8#440356
9#22012B

Tints

Lighter variations

1#F1C5FD
2#F3CCFD
3#F4D2FE
4#F6D8FE
5#F7DFFE
6#F9E5FE
7#FAECFE
8#FCF2FF
9#FDF9FF

Tones

Muted variations

1#EEC2FA
2#ECC5F7
3#EAC8F4
4#E8CBF1
5#E7CEED
6#E5D1EA
7#E3D5E7
8#E1D8E4
9#E0DBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF0
#FBF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F7DC
#F7DCFE
Light backgroundsTable row hoverSkeleton loading
200
F0BF
#F0BFFD
Secondary backgroundsInput backgroundsDividers
300
E48D
#E48DFB
BordersInactive statesPlaceholder text
400
D552
#D552FA
Disabled statesSecondary iconsMuted text
500
C920
#C920F8
Primary brand colorCTAsActive elementsLinks
600
AC07
#AC07DA
Hover statesFocus ringsPrimary buttons hover
700
8905
#8905AD
Active/pressed statesDark mode accentsSecondary text
800
6204
#62047C
Text on light backgroundsHeadingsStrong borders
900
3F02
#3F024F
Primary textHigh emphasis contentDark headings
950
2702
#270231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #FBF0FF;
  --lavender-100: #F7DCFE;
  --lavender-200: #F0BFFD;
  --lavender-300: #E48DFB;
  --lavender-400: #D552FA;
  --lavender-500: #C920F8;
  --lavender-600: #AC07DA;
  --lavender-700: #8905AD;
  --lavender-800: #62047C;
  --lavender-900: #3F024F;
  --lavender-950: #270231;
}
Generate More ShadesCreate PaletteConvert Color