Lavender

#C9C5F7

Blue

Color Codes

All color formats for development

HEX
#C9C5F7
RGB
rgb(201, 197, 247)
HSL
hsl(245, 76%, 87%)
OKLCH
oklch(0.843 0.069 288.5)
CMYK
cmyk(19%, 20%, 0%, 3%)

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
#F3F2
100
#E2E0
200
#C9C5
300
#9F98
400
#6D62
500
#4435
600
#291B
700
#2115
800
#170F
900
#0F0A
950
#0906

Shades

Darker variations

1#A59EF2
2#8077EC
3#5C50E7
4#3828E2
5#291BC3
6#21159C
7#181075
8#100B4E
9#080527

Tints

Lighter variations

1#CECAF8
2#D4D0F9
3#D9D6F9
4#DFDCFA
5#E4E2FB
6#E9E8FC
7#EFEDFD
8#F4F3FD
9#FAF9FE

Tones

Muted variations

1#CBC7F5
2#CDCAF2
3#CFCCEF
4#D1CFED
5#D3D1EA
6#D5D4E8
7#D8D6E5
8#DAD9E3
9#DCDBE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F2
#F3F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E2E0
#E2E0FB
Light backgroundsTable row hoverSkeleton loading
200
C9C5
#C9C5F7
Secondary backgroundsInput backgroundsDividers
300
9F98
#9F98F1
BordersInactive statesPlaceholder text
400
6D62
#6D62EA
Disabled statesSecondary iconsMuted text
500
4435
#4435E3
Primary brand colorCTAsActive elementsLinks
600
291B
#291BC5
Hover statesFocus ringsPrimary buttons hover
700
2115
#21159D
Active/pressed statesDark mode accentsSecondary text
800
170F
#170F70
Text on light backgroundsHeadingsStrong borders
900
0F0A
#0F0A48
Primary textHigh emphasis contentDark headings
950
0906
#09062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F2FD;
  --lavender-100: #E2E0FB;
  --lavender-200: #C9C5F7;
  --lavender-300: #9F98F1;
  --lavender-400: #6D62EA;
  --lavender-500: #4435E3;
  --lavender-600: #291BC5;
  --lavender-700: #21159D;
  --lavender-800: #170F70;
  --lavender-900: #0F0A48;
  --lavender-950: #09062D;
}
Generate More ShadesCreate PaletteConvert Color