Lavender

#C6C2FA

Blue

Color Codes

All color formats for development

HEX
#C6C2FA
RGB
rgb(198, 194, 250)
HSL
hsl(244, 85%, 87%)
OKLCH
oklch(0.836 0.078 287.9)
CMYK
cmyk(21%, 22%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.68:1

AA AAA

On Black Background

12.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F1
100
#E0DE
200
#C5C2
300
#9992
400
#645A
500
#382B
600
#1E11
700
#180D
800
#110A
900
#0B06
950
#0704

Shades

Darker variations

1#9F99F7
2#7870F3
3#5247F0
4#2B1EED
5#1D11CD
6#170DA4
7#120A7B
8#0C0752
9#060329

Tints

Lighter variations

1#CBC8FB
2#D1CEFB
3#D7D4FC
4#DCDAFC
5#E2E0FD
6#E8E6FD
7#EEEDFE
8#F3F3FE
9#F9F9FF

Tones

Muted variations

1#C8C4F7
2#CAC7F4
3#CDCAF2
4#CFCDEF
5#D2D0EC
6#D4D3E9
7#D7D5E6
8#D9D8E3
9#DBDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F1
#F2F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E0DE
#E0DEFC
Light backgroundsTable row hoverSkeleton loading
200
C5C2
#C5C2FA
Secondary backgroundsInput backgroundsDividers
300
9992
#9992F6
BordersInactive statesPlaceholder text
400
645A
#645AF2
Disabled statesSecondary iconsMuted text
500
382B
#382BEE
Primary brand colorCTAsActive elementsLinks
600
1E11
#1E11D0
Hover statesFocus ringsPrimary buttons hover
700
180D
#180DA5
Active/pressed statesDark mode accentsSecondary text
800
110A
#110A76
Text on light backgroundsHeadingsStrong borders
900
0B06
#0B064B
Primary textHigh emphasis contentDark headings
950
0704
#07042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F1FE;
  --lavender-100: #E0DEFC;
  --lavender-200: #C5C2FA;
  --lavender-300: #9992F6;
  --lavender-400: #645AF2;
  --lavender-500: #382BEE;
  --lavender-600: #1E11D0;
  --lavender-700: #180DA5;
  --lavender-800: #110A76;
  --lavender-900: #0B064B;
  --lavender-950: #07042F;
}
Generate More ShadesCreate PaletteConvert Color