Lavender

#CFC0FB

Purple

Color Codes

All color formats for development

HEX
#CFC0FB
RGB
rgb(207, 192, 251)
HSL
hsl(255, 88%, 87%)
OKLCH
oklch(0.84 0.083 296.2)
CMYK
cmyk(18%, 24%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.67:1

AA AAA

On Black Background

12.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E5DD
200
#CFC1
300
#AB91
400
#7E57
500
#5A27
600
#3F0D
700
#320B
800
#2408
900
#1705
950
#0E03

Shades

Darker variations

1#AF97F8
2#8F6DF6
3#6F44F3
4#4F1AF0
5#3E0DD1
6#320BA7
7#25087D
8#190553
9#0C032A

Tints

Lighter variations

1#D4C7FB
2#D9CDFC
3#DED3FC
4#E2DAFD
5#E7E0FD
6#ECE6FD
7#F1ECFE
8#F5F3FE
9#FAF9FF

Tones

Muted variations

1#D1C4F8
2#D2C7F5
3#D4C9F2
4#D5CCEF
5#D7CFEC
6#D8D2EA
7#D9D5E7
8#DBD8E4
9#DCDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E5DD
#E5DDFD
Light backgroundsTable row hoverSkeleton loading
200
CFC1
#CFC1FB
Secondary backgroundsInput backgroundsDividers
300
AB91
#AB91F8
BordersInactive statesPlaceholder text
400
7E57
#7E57F4
Disabled statesSecondary iconsMuted text
500
5A27
#5A27F1
Primary brand colorCTAsActive elementsLinks
600
3F0D
#3F0DD3
Hover statesFocus ringsPrimary buttons hover
700
320B
#320BA8
Active/pressed statesDark mode accentsSecondary text
800
2408
#240878
Text on light backgroundsHeadingsStrong borders
900
1705
#17054D
Primary textHigh emphasis contentDark headings
950
0E03
#0E0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F1FE;
  --lavender-100: #E5DDFD;
  --lavender-200: #CFC1FB;
  --lavender-300: #AB91F8;
  --lavender-400: #7E57F4;
  --lavender-500: #5A27F1;
  --lavender-600: #3F0DD3;
  --lavender-700: #320BA8;
  --lavender-800: #240878;
  --lavender-900: #17054D;
  --lavender-950: #0E0330;
}
Generate More ShadesCreate PaletteConvert Color