Lavender

#CDBEFE

Blue

Color Codes

All color formats for development

HEX
#CDBEFE
RGB
rgb(205, 190, 254)
HSL
hsl(254, 97%, 87%)
OKLCH
oklch(0.836 0.09 295.1)
CMYK
cmyk(19%, 25%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.69:1

AA AAA

On Black Background

12.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E4DC
200
#CDBE
300
#A68B
400
#784F
500
#511D
600
#3603
700
#2B03
800
#1F02
900
#1401
950
#0C01

Shades

Darker variations

1#AB92FD
2#8966FD
3#683BFC
4#460FFB
5#3603DB
6#2B03AF
7#200283
8#150157
9#0B012C

Tints

Lighter variations

1#D2C4FE
2#D7CBFE
3#DCD1FE
4#E1D8FE
5#E6DEFF
6#EBE5FF
7#F0EBFF
8#F5F2FF
9#FAF8FF

Tones

Muted variations

1#CEC1FB
2#D0C4F8
3#D2C7F4
4#D4CBF1
5#D5CEEE
6#D7D1EB
7#D9D4E7
8#DAD7E4
9#DCDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E4DC
#E4DCFE
Light backgroundsTable row hoverSkeleton loading
200
CDBE
#CDBEFE
Secondary backgroundsInput backgroundsDividers
300
A68B
#A68BFD
BordersInactive statesPlaceholder text
400
784F
#784FFC
Disabled statesSecondary iconsMuted text
500
511D
#511DFC
Primary brand colorCTAsActive elementsLinks
600
3603
#3603DD
Hover statesFocus ringsPrimary buttons hover
700
2B03
#2B03B0
Active/pressed statesDark mode accentsSecondary text
800
1F02
#1F027E
Text on light backgroundsHeadingsStrong borders
900
1401
#140150
Primary textHigh emphasis contentDark headings
950
0C01
#0C0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F0FF;
  --lavender-100: #E4DCFE;
  --lavender-200: #CDBEFE;
  --lavender-300: #A68BFD;
  --lavender-400: #784FFC;
  --lavender-500: #511DFC;
  --lavender-600: #3603DD;
  --lavender-700: #2B03B0;
  --lavender-800: #1F027E;
  --lavender-900: #140150;
  --lavender-950: #0C0132;
}
Generate More ShadesCreate PaletteConvert Color