Lavender

#DEE1FC

Blue

Color Codes

All color formats for development

HEX
#DEE1FC
RGB
rgb(222, 225, 252)
HSL
hsl(234, 83%, 93%)
OKLCH
oklch(0.916 0.037 280.6)
CMYK
cmyk(12%, 11%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.29:1

AA AAA

On Black Background

16.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F2
100
#DEE1
200
#C2C8
300
#949D
400
#5C6A
500
#2D40
600
#1326
700
#0F1E
800
#0B15
900
#070E
950
#0409

Shades

Darker variations

1#B3BAF8
2#8892F4
3#5C6BF0
4#3143EC
5#1428D9
6#1020AE
7#0C1882
8#081057
9#04082B

Tints

Lighter variations

1#E2E4FC
2#E5E7FD
3#E8EAFD
4#EBEDFD
5#EFF0FD
6#F2F3FE
7#F5F6FE
8#F8F9FE
9#FCFCFF

Tones

Muted variations

1#E0E2FA
2#E1E4F9
3#E3E5F8
4#E4E6F6
5#E6E7F5
6#E7E8F3
7#E9EAF2
8#EAEBF0
9#ECECEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F2
#F1F2FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE1
#DEE1FC
Light backgroundsTable row hoverSkeleton loading
200
C2C8
#C2C8F9
Secondary backgroundsInput backgroundsDividers
300
949D
#949DF5
BordersInactive statesPlaceholder text
400
5C6A
#5C6AF0
Disabled statesSecondary iconsMuted text
500
2D40
#2D40EB
Primary brand colorCTAsActive elementsLinks
600
1326
#1326CD
Hover statesFocus ringsPrimary buttons hover
700
0F1E
#0F1EA3
Active/pressed statesDark mode accentsSecondary text
800
0B15
#0B1575
Text on light backgroundsHeadingsStrong borders
900
070E
#070E4B
Primary textHigh emphasis contentDark headings
950
0409
#04092F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1F2FE;
  --lavender-100: #DEE1FC;
  --lavender-200: #C2C8F9;
  --lavender-300: #949DF5;
  --lavender-400: #5C6AF0;
  --lavender-500: #2D40EB;
  --lavender-600: #1326CD;
  --lavender-700: #0F1EA3;
  --lavender-800: #0B1575;
  --lavender-900: #070E4B;
  --lavender-950: #04092F;
}
Generate More ShadesCreate PaletteConvert Color