Lavender

#F1BEFE

Pink

Color Codes

All color formats for development

HEX
#F1BEFE
RGB
rgb(241, 190, 254)
HSL
hsl(288, 97%, 87%)
OKLCH
oklch(0.867 0.102 319.3)
CMYK
cmyk(5%, 25%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF0
100
#F8DC
200
#F1BE
300
#E68B
400
#DA4F
500
#CF1D
600
#B203
700
#8D03
800
#6502
900
#4101
950
#2801

Shades

Darker variations

1#E892FD
2#DF66FD
3#D53BFC
4#CC0FFB
5#AF03DB
6#8C03AF
7#690283
8#460157
9#23012C

Tints

Lighter variations

1#F3C4FE
2#F4CBFE
3#F5D1FE
4#F7D8FE
5#F8DEFF
6#F9E5FF
7#FBEBFF
8#FCF2FF
9#FEF8FF

Tones

Muted variations

1#EFC1FB
2#EDC4F8
3#EBC7F4
4#E9CBF1
5#E7CEEE
6#E6D1EB
7#E4D4E7
8#E2D7E4
9#E0DBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF0
#FCF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F8DC
#F8DCFE
Light backgroundsTable row hoverSkeleton loading
200
F1BE
#F1BEFE
Secondary backgroundsInput backgroundsDividers
300
E68B
#E68BFD
BordersInactive statesPlaceholder text
400
DA4F
#DA4FFC
Disabled statesSecondary iconsMuted text
500
CF1D
#CF1DFC
Primary brand colorCTAsActive elementsLinks
600
B203
#B203DD
Hover statesFocus ringsPrimary buttons hover
700
8D03
#8D03B0
Active/pressed statesDark mode accentsSecondary text
800
6502
#65027E
Text on light backgroundsHeadingsStrong borders
900
4101
#410150
Primary textHigh emphasis contentDark headings
950
2801
#280132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #FCF0FF;
  --lavender-100: #F8DCFE;
  --lavender-200: #F1BEFE;
  --lavender-300: #E68BFD;
  --lavender-400: #DA4FFC;
  --lavender-500: #CF1DFC;
  --lavender-600: #B203DD;
  --lavender-700: #8D03B0;
  --lavender-800: #65027E;
  --lavender-900: #410150;
  --lavender-950: #280132;
}
Generate More ShadesCreate PaletteConvert Color