Lavender

#DEEAFC

Blue

Color Codes

All color formats for development

HEX
#DEEAFC
RGB
rgb(222, 234, 252)
HSL
hsl(216, 83%, 93%)
OKLCH
oklch(0.933 0.028 258.4)
CMYK
cmyk(12%, 7%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.22:1

AA AAA

On Black Background

17.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DEEA
200
#C2D8
300
#94BB
400
#5C97
500
#2D79
600
#135E
700
#0F4A
800
#0B35
900
#0722
950
#0415

Shades

Darker variations

1#B3CFF8
2#88B3F4
3#5C97F0
4#317CEC
5#1463D9
6#104FAE
7#0C3B82
8#082857
9#04142B

Tints

Lighter variations

1#E2ECFC
2#E5EEFD
3#E8F0FD
4#EBF3FD
5#EFF5FD
6#F2F7FE
7#F5F9FE
8#F8FBFE
9#FCFDFF

Tones

Muted variations

1#E0EAFA
2#E1EBF9
3#E3EBF8
4#E4EBF6
5#E6ECF5
6#E7ECF3
7#E9ECF2
8#EAEDF0
9#ECEDEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DEEA
#DEEAFC
Light backgroundsTable row hoverSkeleton loading
200
C2D8
#C2D8F9
Secondary backgroundsInput backgroundsDividers
300
94BB
#94BBF5
BordersInactive statesPlaceholder text
400
5C97
#5C97F0
Disabled statesSecondary iconsMuted text
500
2D79
#2D79EB
Primary brand colorCTAsActive elementsLinks
600
135E
#135ECD
Hover statesFocus ringsPrimary buttons hover
700
0F4A
#0F4AA3
Active/pressed statesDark mode accentsSecondary text
800
0B35
#0B3575
Text on light backgroundsHeadingsStrong borders
900
0722
#07224B
Primary textHigh emphasis contentDark headings
950
0415
#04152F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1F6FE;
  --lavender-100: #DEEAFC;
  --lavender-200: #C2D8F9;
  --lavender-300: #94BBF5;
  --lavender-400: #5C97F0;
  --lavender-500: #2D79EB;
  --lavender-600: #135ECD;
  --lavender-700: #0F4AA3;
  --lavender-800: #0B3575;
  --lavender-900: #07224B;
  --lavender-950: #04152F;
}
Generate More ShadesCreate PaletteConvert Color