Lavender

#CAC1FA

Blue

Color Codes

All color formats for development

HEX
#CAC1FA
RGB
rgb(202, 193, 250)
HSL
hsl(249, 85%, 87%)
OKLCH
oklch(0.838 0.079 291.8)
CMYK
cmyk(19%, 23%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.68:1

AA AAA

On Black Background

12.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F1
100
#E3DE
200
#CAC2
300
#A192
400
#715A
500
#482B
600
#2D11
700
#240D
800
#1A0A
900
#1106
950
#0A04

Shades

Darker variations

1#A799F7
2#8370F3
3#6047F0
4#3D1EED
5#2D11CD
6#240DA4
7#1B0A7B
8#120752
9#090329

Tints

Lighter variations

1#CFC8FB
2#D5CEFB
3#DAD4FC
4#DFDAFC
5#E5E0FD
6#EAE6FD
7#EFEDFE
8#F4F3FE
9#FAF9FF

Tones

Muted variations

1#CCC4F7
2#CEC7F4
3#D0CAF2
4#D2CDEF
5#D4D0EC
6#D6D3E9
7#D8D5E6
8#DAD8E3
9#DCDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F1
#F3F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E3DE
#E3DEFC
Light backgroundsTable row hoverSkeleton loading
200
CAC2
#CAC2FA
Secondary backgroundsInput backgroundsDividers
300
A192
#A192F6
BordersInactive statesPlaceholder text
400
715A
#715AF2
Disabled statesSecondary iconsMuted text
500
482B
#482BEE
Primary brand colorCTAsActive elementsLinks
600
2D11
#2D11D0
Hover statesFocus ringsPrimary buttons hover
700
240D
#240DA5
Active/pressed statesDark mode accentsSecondary text
800
1A0A
#1A0A76
Text on light backgroundsHeadingsStrong borders
900
1106
#11064B
Primary textHigh emphasis contentDark headings
950
0A04
#0A042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F1FE;
  --lavender-100: #E3DEFC;
  --lavender-200: #CAC2FA;
  --lavender-300: #A192F6;
  --lavender-400: #715AF2;
  --lavender-500: #482BEE;
  --lavender-600: #2D11D0;
  --lavender-700: #240DA5;
  --lavender-800: #1A0A76;
  --lavender-900: #11064B;
  --lavender-950: #0A042F;
}
Generate More ShadesCreate PaletteConvert Color