Lavender

#F0BDFF

Pink

Color Codes

All color formats for development

HEX
#F0BDFF
RGB
rgb(240, 189, 255)
HSL
hsl(286, 100%, 87%)
OKLCH
oklch(0.865 0.104 318.4)
CMYK
cmyk(6%, 26%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.56:1

AA AAA

On Black Background

13.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF0
100
#F7DB
200
#F0BD
300
#E48A
400
#D54D
500
#C91A
600
#AC00
700
#8900
800
#6200
900
#3F00
950
#2700

Shades

Darker variations

1#E590FF
2#DB64FF
3#D038FF
4#C60BFF
5#AA00DE
6#8800B1
7#660085
8#440059
9#22002C

Tints

Lighter variations

1#F1C3FF
2#F3CAFF
3#F4D1FF
4#F6D7FF
5#F7DEFF
6#F9E4FF
7#FAEBFF
8#FCF2FF
9#FDF8FF

Tones

Muted variations

1#EEC0FC
2#ECC3F8
3#EAC7F5
4#E8CAF2
5#E7CDEE
6#E5D1EB
7#E3D4E8
8#E1D7E4
9#E0DBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF0
#FBF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F7DB
#F7DBFF
Light backgroundsTable row hoverSkeleton loading
200
F0BD
#F0BDFF
Secondary backgroundsInput backgroundsDividers
300
E48A
#E48AFF
BordersInactive statesPlaceholder text
400
D54D
#D54DFF
Disabled statesSecondary iconsMuted text
500
C91A
#C91AFF
Primary brand colorCTAsActive elementsLinks
600
AC00
#AC00E0
Hover statesFocus ringsPrimary buttons hover
700
8900
#8900B3
Active/pressed statesDark mode accentsSecondary text
800
6200
#620080
Text on light backgroundsHeadingsStrong borders
900
3F00
#3F0052
Primary textHigh emphasis contentDark headings
950
2700
#270033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #FBF0FF;
  --lavender-100: #F7DBFF;
  --lavender-200: #F0BDFF;
  --lavender-300: #E48AFF;
  --lavender-400: #D54DFF;
  --lavender-500: #C91AFF;
  --lavender-600: #AC00E0;
  --lavender-700: #8900B3;
  --lavender-800: #620080;
  --lavender-900: #3F0052;
  --lavender-950: #270033;
}
Generate More ShadesCreate PaletteConvert Color