Lavender

#CACBF2

Blue

Color Codes

All color formats for development

HEX
#CACBF2
RGB
rgb(202, 203, 242)
HSL
hsl(239, 61%, 87%)
OKLCH
oklch(0.854 0.054 284)
CMYK
cmyk(17%, 16%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.57:1

AA AAA

On Black Background

13.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F3
100
#E2E3
200
#CACA
300
#A1A2
400
#6F71
500
#4649
600
#2C2E
700
#2325
800
#191A
900
#1011
950
#0A0A

Shades

Darker variations

1#A6A7E9
2#8284E1
3#5E61D8
4#3B3DCF
5#2B2EB3
6#23248F
7#1A1B6B
8#111247
9#090924

Tints

Lighter variations

1#CFD0F3
2#D4D5F5
3#DADAF6
4#DFDFF7
5#E4E5F9
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
E2E3
#E2E3F8
Light backgroundsTable row hoverSkeleton loading
200
CACA
#CACAF2
Secondary backgroundsInput backgroundsDividers
300
A1A2
#A1A2E8
BordersInactive statesPlaceholder text
400
6F71
#6F71DC
Disabled statesSecondary iconsMuted text
500
4649
#4649D2
Primary brand colorCTAsActive elementsLinks
600
2C2E
#2C2EB5
Hover statesFocus ringsPrimary buttons hover
700
2325
#232590
Active/pressed statesDark mode accentsSecondary text
800
191A
#191A67
Text on light backgroundsHeadingsStrong borders
900
1011
#101142
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: #E2E3F8;
  --lavender-200: #CACAF2;
  --lavender-300: #A1A2E8;
  --lavender-400: #6F71DC;
  --lavender-500: #4649D2;
  --lavender-600: #2C2EB5;
  --lavender-700: #232590;
  --lavender-800: #191A67;
  --lavender-900: #101142;
  --lavender-950: #0A0A29;
}
Generate More ShadesCreate PaletteConvert Color