Lavender

#C7C4F8

Blue

Color Codes

All color formats for development

HEX
#C7C4F8
RGB
rgb(199, 196, 248)
HSL
hsl(243, 79%, 87%)
OKLCH
oklch(0.84 0.072 287.4)
CMYK
cmyk(20%, 21%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.66:1

AA AAA

On Black Background

12.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F1
100
#E0DF
200
#C6C4
300
#9B96
400
#665F
500
#3B32
600
#2018
700
#1A13
800
#120D
900
#0C09
950
#0705

Shades

Darker variations

1#A09CF3
2#7A74EF
3#544DEA
4#2E25E5
5#2017C7
6#1A139F
7#130E77
8#0D094F
9#060528

Tints

Lighter variations

1#CCCAF9
2#D2D0F9
3#D7D5FA
4#DDDBFB
5#E3E1FC
6#E8E7FC
7#EEEDFD
8#F4F3FE
9#F9F9FE

Tones

Muted variations

1#C9C6F5
2#CBC9F3
3#CDCCF0
4#D0CEEE
5#D2D1EB
6#D4D3E8
7#D7D6E6
8#D9D9E3
9#DBDBE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F1
#F2F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E0DF
#E0DFFB
Light backgroundsTable row hoverSkeleton loading
200
C6C4
#C6C4F8
Secondary backgroundsInput backgroundsDividers
300
9B96
#9B96F3
BordersInactive statesPlaceholder text
400
665F
#665FEC
Disabled statesSecondary iconsMuted text
500
3B32
#3B32E7
Primary brand colorCTAsActive elementsLinks
600
2018
#2018C9
Hover statesFocus ringsPrimary buttons hover
700
1A13
#1A13A0
Active/pressed statesDark mode accentsSecondary text
800
120D
#120D72
Text on light backgroundsHeadingsStrong borders
900
0C09
#0C0949
Primary textHigh emphasis contentDark headings
950
0705
#07052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F1FD;
  --lavender-100: #E0DFFB;
  --lavender-200: #C6C4F8;
  --lavender-300: #9B96F3;
  --lavender-400: #665FEC;
  --lavender-500: #3B32E7;
  --lavender-600: #2018C9;
  --lavender-700: #1A13A0;
  --lavender-800: #120D72;
  --lavender-900: #0C0949;
  --lavender-950: #07052E;
}
Generate More ShadesCreate PaletteConvert Color