Lavender

#CCC5F7

Blue

Color Codes

All color formats for development

HEX
#CCC5F7
RGB
rgb(204, 197, 247)
HSL
hsl(248, 76%, 87%)
OKLCH
oklch(0.846 0.069 291.3)
CMYK
cmyk(17%, 20%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.63:1

AA AAA

On Black Background

12.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F2
100
#E3E0
200
#CBC5
300
#A498
400
#7462
500
#4C35
600
#321B
700
#2815
800
#1C0F
900
#120A
950
#0B06

Shades

Darker variations

1#A99EF2
2#8677EC
3#6450E7
4#4128E2
5#311BC3
6#27159C
7#1D1075
8#140B4E
9#0A0527

Tints

Lighter variations

1#D1CAF8
2#D6D0F9
3#DBD6F9
4#E0DCFA
5#E5E2FB
6#EAE8FC
7#F0EDFD
8#F5F3FD
9#FAF9FE

Tones

Muted variations

1#CDC7F5
2#CFCAF2
3#D1CCEF
4#D3CFED
5#D5D1EA
6#D6D4E8
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
E3E0
#E3E0FB
Light backgroundsTable row hoverSkeleton loading
200
CBC5
#CBC5F7
Secondary backgroundsInput backgroundsDividers
300
A498
#A498F1
BordersInactive statesPlaceholder text
400
7462
#7462EA
Disabled statesSecondary iconsMuted text
500
4C35
#4C35E3
Primary brand colorCTAsActive elementsLinks
600
321B
#321BC5
Hover statesFocus ringsPrimary buttons hover
700
2815
#28159D
Active/pressed statesDark mode accentsSecondary text
800
1C0F
#1C0F70
Text on light backgroundsHeadingsStrong borders
900
120A
#120A48
Primary textHigh emphasis contentDark headings
950
0B06
#0B062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F2FD;
  --lavender-100: #E3E0FB;
  --lavender-200: #CBC5F7;
  --lavender-300: #A498F1;
  --lavender-400: #7462EA;
  --lavender-500: #4C35E3;
  --lavender-600: #321BC5;
  --lavender-700: #28159D;
  --lavender-800: #1C0F70;
  --lavender-900: #120A48;
  --lavender-950: #0B062D;
}
Generate More ShadesCreate PaletteConvert Color