Lavender

#F1C0FC

Pink

Color Codes

All color formats for development

HEX
#F1C0FC
RGB
rgb(241, 192, 252)
HSL
hsl(289, 91%, 87%)
OKLCH
oklch(0.87 0.096 320.1)
CMYK
cmyk(4%, 24%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.53:1

AA AAA

On Black Background

13.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF0
100
#F7DD
200
#F1C0
300
#E68F
400
#D955
500
#CE24
600
#B10A
700
#8D08
800
#6406
900
#4004
950
#2802

Shades

Darker variations

1#E895FA
2#DE6BF8
3#D541F6
4#CB16F4
5#AF0AD4
6#8C08A9
7#69067F
8#460455
9#23022A

Tints

Lighter variations

1#F2C6FC
2#F4CCFD
3#F5D3FD
4#F7D9FD
5#F8DFFE
6#F9E6FE
7#FBECFE
8#FCF2FE
9#FEF9FF

Tones

Muted variations

1#EFC3F9
2#EDC6F6
3#EBC9F3
4#E9CCF0
5#E7CFED
6#E5D2EA
7#E4D5E7
8#E2D8E4
9#E0DBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF0
#FCF0FE
BackgroundsSubtle highlightsCard backgrounds
100
F7DD
#F7DDFD
Light backgroundsTable row hoverSkeleton loading
200
F1C0
#F1C0FC
Secondary backgroundsInput backgroundsDividers
300
E68F
#E68FFA
BordersInactive statesPlaceholder text
400
D955
#D955F7
Disabled statesSecondary iconsMuted text
500
CE24
#CE24F5
Primary brand colorCTAsActive elementsLinks
600
B10A
#B10AD6
Hover statesFocus ringsPrimary buttons hover
700
8D08
#8D08AA
Active/pressed statesDark mode accentsSecondary text
800
6406
#64067A
Text on light backgroundsHeadingsStrong borders
900
4004
#40044E
Primary textHigh emphasis contentDark headings
950
2802
#280231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #FCF0FE;
  --lavender-100: #F7DDFD;
  --lavender-200: #F1C0FC;
  --lavender-300: #E68FFA;
  --lavender-400: #D955F7;
  --lavender-500: #CE24F5;
  --lavender-600: #B10AD6;
  --lavender-700: #8D08AA;
  --lavender-800: #64067A;
  --lavender-900: #40044E;
  --lavender-950: #280231;
}
Generate More ShadesCreate PaletteConvert Color