Lavender

#CCCCEF

Blue

Color Codes

All color formats for development

HEX
#CCCCEF
RGB
rgb(204, 204, 239)
HSL
hsl(240, 52%, 87%)
OKLCH
oklch(0.856 0.048 285.3)
CMYK
cmyk(15%, 15%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.56:1

AA AAA

On Black Background

13.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F3
100
#E4E4
200
#CDCD
300
#A6A6
400
#7777
500
#5151
600
#3636
700
#2B2B
800
#1F1F
900
#1414
950
#0C0C

Shades

Darker variations

1#ABABE4
2#8989DA
3#6767CF
4#4646C4
5#3535A9
6#2B2B87
7#202065
8#151543
9#0B0B22

Tints

Lighter variations

1#D2D2F1
2#D7D7F2
3#DCDCF4
4#E1E1F5
5#E6E6F7
6#EBEBF9
7#F0F0FA
8#F5F5FC
9#FAFAFD

Tones

Muted variations

1#CECEED
2#D0D0EC
3#D2D2EA
4#D4D4E8
5#D5D5E6
6#D7D7E5
7#D9D9E3
8#DADAE1
9#DCDCE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F3
#F3F3FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E4
#E4E4F6
Light backgroundsTable row hoverSkeleton loading
200
CDCD
#CDCDEF
Secondary backgroundsInput backgroundsDividers
300
A6A6
#A6A6E3
BordersInactive statesPlaceholder text
400
7777
#7777D4
Disabled statesSecondary iconsMuted text
500
5151
#5151C8
Primary brand colorCTAsActive elementsLinks
600
3636
#3636AB
Hover statesFocus ringsPrimary buttons hover
700
2B2B
#2B2B88
Active/pressed statesDark mode accentsSecondary text
800
1F1F
#1F1F61
Text on light backgroundsHeadingsStrong borders
900
1414
#14143E
Primary textHigh emphasis contentDark headings
950
0C0C
#0C0C27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F3FB;
  --lavender-100: #E4E4F6;
  --lavender-200: #CDCDEF;
  --lavender-300: #A6A6E3;
  --lavender-400: #7777D4;
  --lavender-500: #5151C8;
  --lavender-600: #3636AB;
  --lavender-700: #2B2B88;
  --lavender-800: #1F1F61;
  --lavender-900: #14143E;
  --lavender-950: #0C0C27;
}
Generate More ShadesCreate PaletteConvert Color