Lavender

#C7C0FC

Blue

Color Codes

All color formats for development

HEX
#C7C0FC
RGB
rgb(199, 192, 252)
HSL
hsl(247, 91%, 87%)
OKLCH
oklch(0.834 0.084 289.8)
CMYK
cmyk(21%, 24%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.70:1

AA AAA

On Black Background

12.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F0
100
#E1DD
200
#C7C0
300
#9B8F
400
#6755
500
#3C24
600
#220A
700
#1B08
800
#1306
900
#0C04
950
#0802

Shades

Darker variations

1#A195FA
2#7B6BF8
3#5641F6
4#3016F4
5#220AD4
6#1B08A9
7#14067F
8#0D0455
9#07022A

Tints

Lighter variations

1#CCC6FC
2#D2CCFD
3#D8D3FD
4#DDD9FD
5#E3DFFE
6#E8E6FE
7#EEECFE
8#F4F2FE
9#F9F9FF

Tones

Muted variations

1#C9C3F9
2#CBC6F6
3#CEC9F3
4#D0CCF0
5#D2CFED
6#D5D2EA
7#D7D5E7
8#D9D8E4
9#DCDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F0
#F2F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E1DD
#E1DDFD
Light backgroundsTable row hoverSkeleton loading
200
C7C0
#C7C0FC
Secondary backgroundsInput backgroundsDividers
300
9B8F
#9B8FFA
BordersInactive statesPlaceholder text
400
6755
#6755F7
Disabled statesSecondary iconsMuted text
500
3C24
#3C24F5
Primary brand colorCTAsActive elementsLinks
600
220A
#220AD6
Hover statesFocus ringsPrimary buttons hover
700
1B08
#1B08AA
Active/pressed statesDark mode accentsSecondary text
800
1306
#13067A
Text on light backgroundsHeadingsStrong borders
900
0C04
#0C044E
Primary textHigh emphasis contentDark headings
950
0802
#080231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F0FE;
  --lavender-100: #E1DDFD;
  --lavender-200: #C7C0FC;
  --lavender-300: #9B8FFA;
  --lavender-400: #6755F7;
  --lavender-500: #3C24F5;
  --lavender-600: #220AD6;
  --lavender-700: #1B08AA;
  --lavender-800: #13067A;
  --lavender-900: #0C044E;
  --lavender-950: #080231;
}
Generate More ShadesCreate PaletteConvert Color