Lavender

#C6C6F6

Blue

Color Codes

All color formats for development

HEX
#C6C6F6
RGB
rgb(198, 198, 246)
HSL
hsl(240, 73%, 87%)
OKLCH
oklch(0.843 0.067 284.9)
CMYK
cmyk(20%, 20%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.64:1

AA AAA

On Black Background

12.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F2
100
#E0E0
200
#C6C6
300
#9A9A
400
#6565
500
#3838
600
#1E1E
700
#1818
800
#1111
900
#0B0B
950
#0707

Shades

Darker variations

1#9F9FF0
2#7979EA
3#5353E4
4#2C2CDE
5#1E1EC0
6#18189A
7#121273
8#0C0C4D
9#060626

Tints

Lighter variations

1#CBCBF7
2#D1D1F8
3#D7D7F9
4#DDDDFA
5#E2E2FB
6#E8E8FB
7#EEEEFC
8#F4F4FD
9#F9F9FE

Tones

Muted variations

1#C8C8F4
2#CACAF1
3#CDCDEF
4#CFCFEC
5#D2D2EA
6#D4D4E8
7#D7D7E5
8#D9D9E3
9#DBDBE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F2
#F2F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E0
#E0E0FA
Light backgroundsTable row hoverSkeleton loading
200
C6C6
#C6C6F6
Secondary backgroundsInput backgroundsDividers
300
9A9A
#9A9AEF
BordersInactive statesPlaceholder text
400
6565
#6565E7
Disabled statesSecondary iconsMuted text
500
3838
#3838E0
Primary brand colorCTAsActive elementsLinks
600
1E1E
#1E1EC2
Hover statesFocus ringsPrimary buttons hover
700
1818
#18189A
Active/pressed statesDark mode accentsSecondary text
800
1111
#11116E
Text on light backgroundsHeadingsStrong borders
900
0B0B
#0B0B47
Primary textHigh emphasis contentDark headings
950
0707
#07072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F2FD;
  --lavender-100: #E0E0FA;
  --lavender-200: #C6C6F6;
  --lavender-300: #9A9AEF;
  --lavender-400: #6565E7;
  --lavender-500: #3838E0;
  --lavender-600: #1E1EC2;
  --lavender-700: #18189A;
  --lavender-800: #11116E;
  --lavender-900: #0B0B47;
  --lavender-950: #07072C;
}
Generate More ShadesCreate PaletteConvert Color