Lavender

#DDE0FD

Blue

Color Codes

All color formats for development

HEX
#DDE0FD
RGB
rgb(221, 224, 253)
HSL
hsl(234, 89%, 93%)
OKLCH
oklch(0.913 0.04 280.9)
CMYK
cmyk(13%, 11%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.30:1

AA AAA

On Black Background

16.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F2
100
#DDE0
200
#C0C6
300
#909B
400
#5666
500
#263B
600
#0C20
700
#0A1A
800
#0712
900
#040C
950
#0307

Shades

Darker variations

1#B0B8FA
2#848FF8
3#5767F5
4#2A3EF3
5#0D22E0
6#0A1BB3
7#081486
8#050E5A
9#03072D

Tints

Lighter variations

1#E1E3FD
2#E4E7FD
3#E7EAFE
4#EBEDFE
5#EEF0FE
6#F2F3FE
7#F5F6FE
8#F8F9FF
9#FCFCFF

Tones

Muted variations

1#DFE2FB
2#E0E3FA
3#E2E4F8
4#E4E6F7
5#E5E7F5
6#E7E8F4
7#E8E9F2
8#EAEBF0
9#ECECEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F2
#F1F2FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE0
#DDE0FD
Light backgroundsTable row hoverSkeleton loading
200
C0C6
#C0C6FB
Secondary backgroundsInput backgroundsDividers
300
909B
#909BF9
BordersInactive statesPlaceholder text
400
5666
#5666F5
Disabled statesSecondary iconsMuted text
500
263B
#263BF2
Primary brand colorCTAsActive elementsLinks
600
0C20
#0C20D4
Hover statesFocus ringsPrimary buttons hover
700
0A1A
#0A1AA9
Active/pressed statesDark mode accentsSecondary text
800
0712
#071278
Text on light backgroundsHeadingsStrong borders
900
040C
#040C4D
Primary textHigh emphasis contentDark headings
950
0307
#030730
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1F2FE;
  --lavender-100: #DDE0FD;
  --lavender-200: #C0C6FB;
  --lavender-300: #909BF9;
  --lavender-400: #5666F5;
  --lavender-500: #263BF2;
  --lavender-600: #0C20D4;
  --lavender-700: #0A1AA9;
  --lavender-800: #071278;
  --lavender-900: #040C4D;
  --lavender-950: #030730;
}
Generate More ShadesCreate PaletteConvert Color