Lavender

#F2BDFF

Pink

Color Codes

All color formats for development

HEX
#F2BDFF
RGB
rgb(242, 189, 255)
HSL
hsl(288, 100%, 87%)
OKLCH
oklch(0.867 0.105 319.6)
CMYK
cmyk(5%, 26%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.56:1

AA AAA

On Black Background

13.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF0
100
#F8DB
200
#F2BD
300
#E88A
400
#DB4D
500
#D11A
600
#B400
700
#8F00
800
#6600
900
#4100
950
#2900

Shades

Darker variations

1#E990FF
2#E064FF
3#D738FF
4#CE0BFF
5#B100DE
6#8E00B1
7#6A0085
8#470059
9#23002C

Tints

Lighter variations

1#F3C3FF
2#F4CAFF
3#F6D1FF
4#F7D7FF
5#F8DEFF
6#FAE4FF
7#FBEBFF
8#FCF2FF
9#FEF8FF

Tones

Muted variations

1#F0C0FC
2#EEC3F8
3#ECC7F5
4#EACAF2
5#E8CDEE
6#E6D1EB
7#E4D4E8
8#E2D7E4
9#E0DBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF0
#FCF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F8DB
#F8DBFF
Light backgroundsTable row hoverSkeleton loading
200
F2BD
#F2BDFF
Secondary backgroundsInput backgroundsDividers
300
E88A
#E88AFF
BordersInactive statesPlaceholder text
400
DB4D
#DB4DFF
Disabled statesSecondary iconsMuted text
500
D11A
#D11AFF
Primary brand colorCTAsActive elementsLinks
600
B400
#B400E0
Hover statesFocus ringsPrimary buttons hover
700
8F00
#8F00B3
Active/pressed statesDark mode accentsSecondary text
800
6600
#660080
Text on light backgroundsHeadingsStrong borders
900
4100
#410052
Primary textHigh emphasis contentDark headings
950
2900
#290033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #FCF0FF;
  --lavender-100: #F8DBFF;
  --lavender-200: #F2BDFF;
  --lavender-300: #E88AFF;
  --lavender-400: #DB4DFF;
  --lavender-500: #D11AFF;
  --lavender-600: #B400E0;
  --lavender-700: #8F00B3;
  --lavender-800: #660080;
  --lavender-900: #410052;
  --lavender-950: #290033;
}
Generate More ShadesCreate PaletteConvert Color