Lavender

#FBDFF1

Pink

Color Codes

All color formats for development

HEX
#FBDFF1
RGB
rgb(251, 223, 241)
HSL
hsl(321, 78%, 93%)
OKLCH
oklch(0.932 0.039 339.1)
CMYK
cmyk(0%, 11%, 4%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.24:1

AA AAA

On Black Background

16.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F8C4
300
#F297
400
#EB60
500
#E633
600
#C819
700
#9F14
800
#710E
900
#4909
950
#2D06

Shades

Darker variations

1#F6B5DF
2#F18BCD
3#EB61BB
4#E636A9
5#D31A92
6#A91575
7#7F1058
8#540A3B
9#2A051D

Tints

Lighter variations

1#FBE2F3
2#FCE6F4
3#FCE9F5
4#FDECF7
5#FDEFF8
6#FDF2FA
7#FEF5FB
8#FEF9FC
9#FFFCFE

Tones

Muted variations

1#FAE1F1
2#F8E2F0
3#F7E3F0
4#F6E5F0
5#F4E6EF
6#F3E8EF
7#F1E9EE
8#F0EAEE
9#EFECEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F9
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFF1
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4E6
Secondary backgroundsInput backgroundsDividers
300
F297
#F297D2
BordersInactive statesPlaceholder text
400
EB60
#EB60BB
Disabled statesSecondary iconsMuted text
500
E633
#E633A7
Primary brand colorCTAsActive elementsLinks
600
C819
#C8198A
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F146E
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E4F
Text on light backgroundsHeadingsStrong borders
900
4909
#490932
Primary textHigh emphasis contentDark headings
950
2D06
#2D061F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #FDF1F9;
  --lavender-100: #FBDFF1;
  --lavender-200: #F8C4E6;
  --lavender-300: #F297D2;
  --lavender-400: #EB60BB;
  --lavender-500: #E633A7;
  --lavender-600: #C8198A;
  --lavender-700: #9F146E;
  --lavender-800: #710E4F;
  --lavender-900: #490932;
  --lavender-950: #2D061F;
}
Generate More ShadesCreate PaletteConvert Color