Lavender

#CFBFFC

Purple

Color Codes

All color formats for development

HEX
#CFBFFC
RGB
rgb(207, 191, 252)
HSL
hsl(256, 91%, 87%)
OKLCH
oklch(0.839 0.086 296.5)
CMYK
cmyk(18%, 24%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.68:1

AA AAA

On Black Background

12.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F0
100
#E6DD
200
#D0C0
300
#AB8F
400
#8055
500
#5C24
600
#410A
700
#3308
800
#2506
900
#1704
950
#0F02

Shades

Darker variations

1#B095FA
2#916BF8
3#7141F6
4#5116F4
5#400AD4
6#3308A9
7#26067F
8#1A0455
9#0D022A

Tints

Lighter variations

1#D4C6FC
2#D9CCFD
3#DED3FD
4#E3D9FD
5#E7DFFE
6#ECE6FE
7#F1ECFE
8#F6F2FE
9#FAF9FF

Tones

Muted variations

1#D1C3F9
2#D3C6F6
3#D4C9F3
4#D5CCF0
5#D7CFED
6#D8D2EA
7#DAD5E7
8#DBD8E4
9#DCDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E6DD
#E6DDFD
Light backgroundsTable row hoverSkeleton loading
200
D0C0
#D0C0FC
Secondary backgroundsInput backgroundsDividers
300
AB8F
#AB8FFA
BordersInactive statesPlaceholder text
400
8055
#8055F7
Disabled statesSecondary iconsMuted text
500
5C24
#5C24F5
Primary brand colorCTAsActive elementsLinks
600
410A
#410AD6
Hover statesFocus ringsPrimary buttons hover
700
3308
#3308AA
Active/pressed statesDark mode accentsSecondary text
800
2506
#25067A
Text on light backgroundsHeadingsStrong borders
900
1704
#17044E
Primary textHigh emphasis contentDark headings
950
0F02
#0F0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F0FE;
  --lavender-100: #E6DDFD;
  --lavender-200: #D0C0FC;
  --lavender-300: #AB8FFA;
  --lavender-400: #8055F7;
  --lavender-500: #5C24F5;
  --lavender-600: #410AD6;
  --lavender-700: #3308AA;
  --lavender-800: #25067A;
  --lavender-900: #17044E;
  --lavender-950: #0F0231;
}
Generate More ShadesCreate PaletteConvert Color