Lavender

#C5C6F7

Blue

Color Codes

All color formats for development

HEX
#C5C6F7
RGB
rgb(197, 198, 247)
HSL
hsl(239, 76%, 87%)
OKLCH
oklch(0.842 0.068 283.9)
CMYK
cmyk(20%, 20%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.64:1

AA AAA

On Black Background

12.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F2
100
#E0E0
200
#C5C5
300
#9899
400
#6264
500
#3538
600
#1B1E
700
#1518
800
#0F11
900
#0A0B
950
#0607

Shades

Darker variations

1#9E9FF2
2#7779EC
3#5052E7
4#282CE2
5#1B1DC3
6#15189C
7#101275
8#0B0C4E
9#050627

Tints

Lighter variations

1#CACBF8
2#D0D1F9
3#D6D7F9
4#DCDCFA
5#E2E2FB
6#E8E8FC
7#EDEEFD
8#F3F3FD
9#F9F9FE

Tones

Muted variations

1#C7C8F5
2#CACAF2
3#CCCDEF
4#CFCFED
5#D1D2EA
6#D4D4E8
7#D6D7E5
8#D9D9E3
9#DBDBE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F2
#F2F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E0
#E0E0FB
Light backgroundsTable row hoverSkeleton loading
200
C5C5
#C5C5F7
Secondary backgroundsInput backgroundsDividers
300
9899
#9899F1
BordersInactive statesPlaceholder text
400
6264
#6264EA
Disabled statesSecondary iconsMuted text
500
3538
#3538E3
Primary brand colorCTAsActive elementsLinks
600
1B1E
#1B1EC5
Hover statesFocus ringsPrimary buttons hover
700
1518
#15189D
Active/pressed statesDark mode accentsSecondary text
800
0F11
#0F1170
Text on light backgroundsHeadingsStrong borders
900
0A0B
#0A0B48
Primary textHigh emphasis contentDark headings
950
0607
#06072D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F2FD;
  --lavender-100: #E0E0FB;
  --lavender-200: #C5C5F7;
  --lavender-300: #9899F1;
  --lavender-400: #6264EA;
  --lavender-500: #3538E3;
  --lavender-600: #1B1EC5;
  --lavender-700: #15189D;
  --lavender-800: #0F1170;
  --lavender-900: #0A0B48;
  --lavender-950: #06072D;
}
Generate More ShadesCreate PaletteConvert Color