Lavender

#CFCFED

Blue

Color Codes

All color formats for development

HEX
#CFCFED
RGB
rgb(207, 207, 237)
HSL
hsl(240, 45%, 87%)
OKLCH
oklch(0.864 0.041 285.5)
CMYK
cmyk(13%, 13%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.52:1

AA AAA

On Black Background

13.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E5E5
200
#CFCF
300
#AAAA
400
#7E7E
500
#5959
600
#3E3E
700
#3131
800
#2323
900
#1616
950
#0E0E

Shades

Darker variations

1#AFAFE1
2#8F8FD4
3#6E6EC8
4#4E4EBC
5#3D3DA1
6#313181
7#252561
8#181840
9#0C0C20

Tints

Lighter variations

1#D4D4EF
2#D9D9F0
3#DDDDF2
4#E2E2F4
5#E7E7F6
6#ECECF8
7#F1F1FA
8#F5F5FB
9#FAFAFD

Tones

Muted variations

1#D0D0EB
2#D2D2EA
3#D3D3E8
4#D5D5E7
5#D6D6E5
6#D8D8E4
7#D9D9E2
8#DBDBE1
9#DCDCDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E5
#E5E5F5
Light backgroundsTable row hoverSkeleton loading
200
CFCF
#CFCFED
Secondary backgroundsInput backgroundsDividers
300
AAAA
#AAAADF
BordersInactive statesPlaceholder text
400
7E7E
#7E7ECE
Disabled statesSecondary iconsMuted text
500
5959
#5959C0
Primary brand colorCTAsActive elementsLinks
600
3E3E
#3E3EA3
Hover statesFocus ringsPrimary buttons hover
700
3131
#313181
Active/pressed statesDark mode accentsSecondary text
800
2323
#23235C
Text on light backgroundsHeadingsStrong borders
900
1616
#16163B
Primary textHigh emphasis contentDark headings
950
0E0E
#0E0E25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F4FB;
  --lavender-100: #E5E5F5;
  --lavender-200: #CFCFED;
  --lavender-300: #AAAADF;
  --lavender-400: #7E7ECE;
  --lavender-500: #5959C0;
  --lavender-600: #3E3EA3;
  --lavender-700: #313181;
  --lavender-800: #23235C;
  --lavender-900: #16163B;
  --lavender-950: #0E0E25;
}
Generate More ShadesCreate PaletteConvert Color