Lavender

#CACAF2

Blue

Color Codes

All color formats for development

HEX
#CACAF2
RGB
rgb(202, 202, 242)
HSL
hsl(240, 61%, 87%)
OKLCH
oklch(0.852 0.055 285.2)
CMYK
cmyk(17%, 17%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.59:1

AA AAA

On Black Background

13.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F3
100
#E2E2
200
#CACA
300
#A1A1
400
#6F6F
500
#4646
600
#2C2C
700
#2323
800
#1919
900
#1010
950
#0A0A

Shades

Darker variations

1#A6A6E9
2#8282E1
3#5E5ED8
4#3B3BCF
5#2B2BB3
6#23238F
7#1A1A6B
8#111147
9#090924

Tints

Lighter variations

1#CFCFF3
2#D4D4F5
3#DADAF6
4#DFDFF7
5#E4E4F9
6#EAEAFA
7#EFEFFB
8#F4F4FC
9#FAFAFE

Tones

Muted variations

1#CCCCF0
2#CECEEE
3#D0D0EC
4#D2D2EA
5#D4D4E8
6#D6D6E6
7#D8D8E4
8#DADAE2
9#DCDCE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F3
#F3F3FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E2
#E2E2F8
Light backgroundsTable row hoverSkeleton loading
200
CACA
#CACAF2
Secondary backgroundsInput backgroundsDividers
300
A1A1
#A1A1E8
BordersInactive statesPlaceholder text
400
6F6F
#6F6FDC
Disabled statesSecondary iconsMuted text
500
4646
#4646D2
Primary brand colorCTAsActive elementsLinks
600
2C2C
#2C2CB5
Hover statesFocus ringsPrimary buttons hover
700
2323
#232390
Active/pressed statesDark mode accentsSecondary text
800
1919
#191967
Text on light backgroundsHeadingsStrong borders
900
1010
#101042
Primary textHigh emphasis contentDark headings
950
0A0A
#0A0A29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F3FC;
  --lavender-100: #E2E2F8;
  --lavender-200: #CACAF2;
  --lavender-300: #A1A1E8;
  --lavender-400: #6F6FDC;
  --lavender-500: #4646D2;
  --lavender-600: #2C2CB5;
  --lavender-700: #232390;
  --lavender-800: #191967;
  --lavender-900: #101042;
  --lavender-950: #0A0A29;
}
Generate More ShadesCreate PaletteConvert Color