Lavender

#DFC6F6

Purple

Color Codes

All color formats for development

HEX
#DFC6F6
RGB
rgb(223, 198, 246)
HSL
hsl(271, 73%, 87%)
OKLCH
oklch(0.863 0.071 308.4)
CMYK
cmyk(9%, 20%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F2
100
#EEE0
200
#DFC6
300
#C69A
400
#A865
500
#8F38
600
#731E
700
#5B18
800
#4111
900
#2A0B
950
#1A07

Shades

Darker variations

1#C99FF0
2#B379EA
3#9E53E4
4#882CDE
5#721EC0
6#5B189A
7#441273
8#2D0C4D
9#170626

Tints

Lighter variations

1#E2CBF7
2#E5D1F8
3#E8D7F9
4#ECDDFA
5#EFE2FB
6#F2E8FB
7#F5EEFC
8#F9F4FD
9#FCF9FE

Tones

Muted variations

1#DFC8F4
2#DECAF1
3#DECDEF
4#DECFEC
5#DED2EA
6#DED4E8
7#DED7E5
8#DED9E3
9#DEDBE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F2
#F8F2FD
BackgroundsSubtle highlightsCard backgrounds
100
EEE0
#EEE0FA
Light backgroundsTable row hoverSkeleton loading
200
DFC6
#DFC6F6
Secondary backgroundsInput backgroundsDividers
300
C69A
#C69AEF
BordersInactive statesPlaceholder text
400
A865
#A865E7
Disabled statesSecondary iconsMuted text
500
8F38
#8F38E0
Primary brand colorCTAsActive elementsLinks
600
731E
#731EC2
Hover statesFocus ringsPrimary buttons hover
700
5B18
#5B189A
Active/pressed statesDark mode accentsSecondary text
800
4111
#41116E
Text on light backgroundsHeadingsStrong borders
900
2A0B
#2A0B47
Primary textHigh emphasis contentDark headings
950
1A07
#1A072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F8F2FD;
  --lavender-100: #EEE0FA;
  --lavender-200: #DFC6F6;
  --lavender-300: #C69AEF;
  --lavender-400: #A865E7;
  --lavender-500: #8F38E0;
  --lavender-600: #731EC2;
  --lavender-700: #5B189A;
  --lavender-800: #41116E;
  --lavender-900: #2A0B47;
  --lavender-950: #1A072C;
}
Generate More ShadesCreate PaletteConvert Color