Lavender

#C9CEF3

Blue

Color Codes

All color formats for development

HEX
#C9CEF3
RGB
rgb(201, 206, 243)
HSL
hsl(233, 64%, 87%)
OKLCH
oklch(0.859 0.052 279.2)
CMYK
cmyk(17%, 15%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F4
100
#E2E4
200
#C9CE
300
#9FA8
400
#6D7A
500
#4354
600
#2839
700
#202D
800
#1720
900
#0F15
950
#090D

Shades

Darker variations

1#A4ADEB
2#808BE3
3#5B6ADB
4#3749D3
5#2838B6
6#202D92
7#18226D
8#101749
9#080B24

Tints

Lighter variations

1#CED3F4
2#D4D7F5
3#D9DCF7
4#DEE1F8
5#E4E6F9
6#E9EBFA
7#EFF0FB
8#F4F5FD
9#FAFAFE

Tones

Muted variations

1#CBCFF1
2#CDD1EF
3#CFD2ED
4#D1D4EB
5#D3D6E8
6#D5D7E6
7#D7D9E4
8#DADBE2
9#DCDCE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F4
#F2F4FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E4
#E2E4F9
Light backgroundsTable row hoverSkeleton loading
200
C9CE
#C9CEF3
Secondary backgroundsInput backgroundsDividers
300
9FA8
#9FA8EA
BordersInactive statesPlaceholder text
400
6D7A
#6D7ADF
Disabled statesSecondary iconsMuted text
500
4354
#4354D6
Primary brand colorCTAsActive elementsLinks
600
2839
#2839B8
Hover statesFocus ringsPrimary buttons hover
700
202D
#202D92
Active/pressed statesDark mode accentsSecondary text
800
1720
#172069
Text on light backgroundsHeadingsStrong borders
900
0F15
#0F1543
Primary textHigh emphasis contentDark headings
950
090D
#090D2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F4FC;
  --lavender-100: #E2E4F9;
  --lavender-200: #C9CEF3;
  --lavender-300: #9FA8EA;
  --lavender-400: #6D7ADF;
  --lavender-500: #4354D6;
  --lavender-600: #2839B8;
  --lavender-700: #202D92;
  --lavender-800: #172069;
  --lavender-900: #0F1543;
  --lavender-950: #090D2A;
}
Generate More ShadesCreate PaletteConvert Color