Lavender

#DDDDFD

Blue

Color Codes

All color formats for development

HEX
#DDDDFD
RGB
rgb(221, 221, 253)
HSL
hsl(240, 89%, 93%)
OKLCH
oklch(0.907 0.044 285.5)
CMYK
cmyk(13%, 13%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.33:1

AA AAA

On Black Background

15.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DDDD
200
#C0C0
300
#9090
400
#5656
500
#2626
600
#0C0C
700
#0A0A
800
#0707
900
#0404
950
#0303

Shades

Darker variations

1#B0B0FA
2#8484F8
3#5757F5
4#2A2AF3
5#0D0DE0
6#0A0AB3
7#080886
8#05055A
9#03032D

Tints

Lighter variations

1#E1E1FD
2#E4E4FD
3#E7E7FE
4#EBEBFE
5#EEEEFE
6#F2F2FE
7#F5F5FE
8#F8F8FF
9#FCFCFF

Tones

Muted variations

1#DFDFFB
2#E0E0FA
3#E2E2F8
4#E4E4F7
5#E5E5F5
6#E7E7F4
7#E8E8F2
8#EAEAF0
9#ECECEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DDDD
#DDDDFD
Light backgroundsTable row hoverSkeleton loading
200
C0C0
#C0C0FB
Secondary backgroundsInput backgroundsDividers
300
9090
#9090F9
BordersInactive statesPlaceholder text
400
5656
#5656F5
Disabled statesSecondary iconsMuted text
500
2626
#2626F2
Primary brand colorCTAsActive elementsLinks
600
0C0C
#0C0CD4
Hover statesFocus ringsPrimary buttons hover
700
0A0A
#0A0AA9
Active/pressed statesDark mode accentsSecondary text
800
0707
#070778
Text on light backgroundsHeadingsStrong borders
900
0404
#04044D
Primary textHigh emphasis contentDark headings
950
0303
#030330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1F1FE;
  --lavender-100: #DDDDFD;
  --lavender-200: #C0C0FB;
  --lavender-300: #9090F9;
  --lavender-400: #5656F5;
  --lavender-500: #2626F2;
  --lavender-600: #0C0CD4;
  --lavender-700: #0A0AA9;
  --lavender-800: #070778;
  --lavender-900: #04044D;
  --lavender-950: #030330;
}
Generate More ShadesCreate PaletteConvert Color