Lavender

#C5C5F7

Blue

Color Codes

All color formats for development

HEX
#C5C5F7
RGB
rgb(197, 197, 247)
HSL
hsl(240, 76%, 87%)
OKLCH
oklch(0.84 0.07 284.8)
CMYK
cmyk(20%, 20%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.65:1

AA AAA

On Black Background

12.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F2
100
#E0E0
200
#C5C5
300
#9898
400
#6262
500
#3535
600
#1B1B
700
#1515
800
#0F0F
900
#0A0A
950
#0606

Shades

Darker variations

1#9E9EF2
2#7777EC
3#5050E7
4#2828E2
5#1B1BC3
6#15159C
7#101075
8#0B0B4E
9#050527

Tints

Lighter variations

1#CACAF8
2#D0D0F9
3#D6D6F9
4#DCDCFA
5#E2E2FB
6#E8E8FC
7#EDEDFD
8#F3F3FD
9#F9F9FE

Tones

Muted variations

1#C7C7F5
2#CACAF2
3#CCCCEF
4#CFCFED
5#D1D1EA
6#D4D4E8
7#D6D6E5
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
9898
#9898F1
BordersInactive statesPlaceholder text
400
6262
#6262EA
Disabled statesSecondary iconsMuted text
500
3535
#3535E3
Primary brand colorCTAsActive elementsLinks
600
1B1B
#1B1BC5
Hover statesFocus ringsPrimary buttons hover
700
1515
#15159D
Active/pressed statesDark mode accentsSecondary text
800
0F0F
#0F0F70
Text on light backgroundsHeadingsStrong borders
900
0A0A
#0A0A48
Primary textHigh emphasis contentDark headings
950
0606
#06062D
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: #9898F1;
  --lavender-400: #6262EA;
  --lavender-500: #3535E3;
  --lavender-600: #1B1BC5;
  --lavender-700: #15159D;
  --lavender-800: #0F0F70;
  --lavender-900: #0A0A48;
  --lavender-950: #06062D;
}
Generate More ShadesCreate PaletteConvert Color