Lavender

#DFE0FB

Blue

Color Codes

All color formats for development

HEX
#DFE0FB
RGB
rgb(223, 224, 251)
HSL
hsl(238, 78%, 93%)
OKLCH
oklch(0.914 0.037 284)
CMYK
cmyk(11%, 11%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.30:1

AA AAA

On Black Background

16.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F2
100
#DFE0
200
#C4C6
300
#979A
400
#6065
500
#3339
600
#191F
700
#1418
800
#0E11
900
#090B
950
#0607

Shades

Darker variations

1#B5B7F6
2#8B8EF1
3#6165EB
4#363CE6
5#1A20D3
6#151AA9
7#10137F
8#0A0D54
9#05062A

Tints

Lighter variations

1#E2E3FB
2#E6E6FC
3#E9E9FC
4#ECECFD
5#EFF0FD
6#F2F3FD
7#F5F6FE
8#F9F9FE
9#FCFCFF

Tones

Muted variations

1#E1E1FA
2#E2E3F8
3#E3E4F7
4#E5E5F6
5#E6E7F4
6#E8E8F3
7#E9E9F1
8#EAEBF0
9#ECECEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F2
#F1F2FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE0
#DFE0FB
Light backgroundsTable row hoverSkeleton loading
200
C4C6
#C4C6F8
Secondary backgroundsInput backgroundsDividers
300
979A
#979AF2
BordersInactive statesPlaceholder text
400
6065
#6065EB
Disabled statesSecondary iconsMuted text
500
3339
#3339E6
Primary brand colorCTAsActive elementsLinks
600
191F
#191FC8
Hover statesFocus ringsPrimary buttons hover
700
1418
#14189F
Active/pressed statesDark mode accentsSecondary text
800
0E11
#0E1171
Text on light backgroundsHeadingsStrong borders
900
090B
#090B49
Primary textHigh emphasis contentDark headings
950
0607
#06072D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1F2FD;
  --lavender-100: #DFE0FB;
  --lavender-200: #C4C6F8;
  --lavender-300: #979AF2;
  --lavender-400: #6065EB;
  --lavender-500: #3339E6;
  --lavender-600: #191FC8;
  --lavender-700: #14189F;
  --lavender-800: #0E1171;
  --lavender-900: #090B49;
  --lavender-950: #06072D;
}
Generate More ShadesCreate PaletteConvert Color