Lavender

#C6C8F6

Blue

Color Codes

All color formats for development

HEX
#C6C8F6
RGB
rgb(198, 200, 246)
HSL
hsl(238, 73%, 87%)
OKLCH
oklch(0.846 0.064 283)
CMYK
cmyk(20%, 19%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.62:1

AA AAA

On Black Background

12.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F2
100
#E0E1
200
#C6C7
300
#9A9C
400
#6569
500
#383E
600
#1E24
700
#181C
800
#1114
900
#0B0D
950
#0708

Shades

Darker variations

1#9FA2F0
2#797DEA
3#5357E4
4#2C32DE
5#1E23C0
6#181C9A
7#121573
8#0C0E4D
9#060726

Tints

Lighter variations

1#CBCDF7
2#D1D2F8
3#D7D8F9
4#DDDEFA
5#E2E3FB
6#E8E9FB
7#EEEEFC
8#F4F4FD
9#F9F9FE

Tones

Muted variations

1#C8CAF4
2#CACCF1
3#CDCEEF
4#CFD0EC
5#D2D3EA
6#D4D5E8
7#D7D7E5
8#D9D9E3
9#DBDCE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F2
#F2F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E1
#E0E1FA
Light backgroundsTable row hoverSkeleton loading
200
C6C7
#C6C7F6
Secondary backgroundsInput backgroundsDividers
300
9A9C
#9A9CEF
BordersInactive statesPlaceholder text
400
6569
#6569E7
Disabled statesSecondary iconsMuted text
500
383E
#383EE0
Primary brand colorCTAsActive elementsLinks
600
1E24
#1E24C2
Hover statesFocus ringsPrimary buttons hover
700
181C
#181C9A
Active/pressed statesDark mode accentsSecondary text
800
1114
#11146E
Text on light backgroundsHeadingsStrong borders
900
0B0D
#0B0D47
Primary textHigh emphasis contentDark headings
950
0708
#07082C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F2FD;
  --lavender-100: #E0E1FA;
  --lavender-200: #C6C7F6;
  --lavender-300: #9A9CEF;
  --lavender-400: #6569E7;
  --lavender-500: #383EE0;
  --lavender-600: #1E24C2;
  --lavender-700: #181C9A;
  --lavender-800: #11146E;
  --lavender-900: #0B0D47;
  --lavender-950: #07082C;
}
Generate More ShadesCreate PaletteConvert Color