Lavender

#DCDCFE

Blue

Color Codes

All color formats for development

HEX
#DCDCFE
RGB
rgb(220, 220, 254)
HSL
hsl(240, 94%, 93%)
OKLCH
oklch(0.905 0.046 285.4)
CMYK
cmyk(13%, 13%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.34:1

AA AAA

On Black Background

15.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F0
100
#DCDC
200
#BFBF
300
#8D8D
400
#5252
500
#2020
600
#0707
700
#0505
800
#0404
900
#0202
950
#0202

Shades

Darker variations

1#AEAEFD
2#8080FB
3#5252FA
4#2424F8
5#0707E6
6#0606B8
7#04048A
8#03035C
9#01012E

Tints

Lighter variations

1#E0E0FE
2#E3E3FE
3#E7E7FE
4#EAEAFE
5#EEEEFE
6#F1F1FF
7#F5F5FF
8#F8F8FF
9#FCFCFF

Tones

Muted variations

1#DEDEFC
2#E0E0FB
3#E1E1F9
4#E3E3F7
5#E5E5F6
6#E6E6F4
7#E8E8F2
8#EAEAF1
9#EBEBEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F0
#F0F0FF
BackgroundsSubtle highlightsCard backgrounds
100
DCDC
#DCDCFE
Light backgroundsTable row hoverSkeleton loading
200
BFBF
#BFBFFD
Secondary backgroundsInput backgroundsDividers
300
8D8D
#8D8DFB
BordersInactive statesPlaceholder text
400
5252
#5252FA
Disabled statesSecondary iconsMuted text
500
2020
#2020F8
Primary brand colorCTAsActive elementsLinks
600
0707
#0707DA
Hover statesFocus ringsPrimary buttons hover
700
0505
#0505AD
Active/pressed statesDark mode accentsSecondary text
800
0404
#04047C
Text on light backgroundsHeadingsStrong borders
900
0202
#02024F
Primary textHigh emphasis contentDark headings
950
0202
#020231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F0FF;
  --lavender-100: #DCDCFE;
  --lavender-200: #BFBFFD;
  --lavender-300: #8D8DFB;
  --lavender-400: #5252FA;
  --lavender-500: #2020F8;
  --lavender-600: #0707DA;
  --lavender-700: #0505AD;
  --lavender-800: #04047C;
  --lavender-900: #02024F;
  --lavender-950: #020231;
}
Generate More ShadesCreate PaletteConvert Color