Lavender

#C5C2FA

Blue

Color Codes

All color formats for development

HEX
#C5C2FA
RGB
rgb(197, 194, 250)
HSL
hsl(243, 85%, 87%)
OKLCH
oklch(0.836 0.078 287)
CMYK
cmyk(21%, 22%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.68:1

AA AAA

On Black Background

12.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DFDE
200
#C4C2
300
#9792
400
#615A
500
#342B
600
#1A11
700
#150D
800
#0F0A
900
#0A06
950
#0604

Shades

Darker variations

1#9D99F7
2#7670F3
3#4F47F0
4#281EED
5#1A11CD
6#150DA4
7#100A7B
8#0A0752
9#050329

Tints

Lighter variations

1#CAC8FB
2#D0CEFB
3#D6D4FC
4#DCDAFC
5#E2E0FD
6#E8E6FD
7#EDEDFE
8#F3F3FE
9#F9F9FF

Tones

Muted variations

1#C7C4F7
2#CAC7F4
3#CCCAF2
4#CFCDEF
5#D1D0EC
6#D4D3E9
7#D6D5E6
8#D9D8E3
9#DBDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DFDE
#DFDEFC
Light backgroundsTable row hoverSkeleton loading
200
C4C2
#C4C2FA
Secondary backgroundsInput backgroundsDividers
300
9792
#9792F6
BordersInactive statesPlaceholder text
400
615A
#615AF2
Disabled statesSecondary iconsMuted text
500
342B
#342BEE
Primary brand colorCTAsActive elementsLinks
600
1A11
#1A11D0
Hover statesFocus ringsPrimary buttons hover
700
150D
#150DA5
Active/pressed statesDark mode accentsSecondary text
800
0F0A
#0F0A76
Text on light backgroundsHeadingsStrong borders
900
0A06
#0A064B
Primary textHigh emphasis contentDark headings
950
0604
#06042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1F1FE;
  --lavender-100: #DFDEFC;
  --lavender-200: #C4C2FA;
  --lavender-300: #9792F6;
  --lavender-400: #615AF2;
  --lavender-500: #342BEE;
  --lavender-600: #1A11D0;
  --lavender-700: #150DA5;
  --lavender-800: #0F0A76;
  --lavender-900: #0A064B;
  --lavender-950: #06042F;
}
Generate More ShadesCreate PaletteConvert Color