Lavender

#DBE5FF

Blue

Color Codes

All color formats for development

HEX
#DBE5FF
RGB
rgb(219, 229, 255)
HSL
hsl(223, 100%, 93%)
OKLCH
oklch(0.922 0.037 268.9)
CMYK
cmyk(14%, 10%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.26:1

AA AAA

On Black Background

16.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F4
100
#DBE5
200
#BDCF
300
#8AAB
400
#4D7F
500
#1A5B
600
#0040
700
#0033
800
#0024
900
#0017
950
#000E

Shades

Darker variations

1#ACC3FF
2#7CA1FF
3#4D7FFF
4#1E5DFF
5#0043ED
6#0036BE
7#00288E
8#001B5F
9#000D2F

Tints

Lighter variations

1#DFE8FF
2#E2EBFF
3#E6EDFF
4#EAF0FF
5#EDF2FF
6#F1F5FF
7#F4F7FF
8#F8FAFF
9#FBFCFF

Tones

Muted variations

1#DDE6FD
2#DFE7FB
3#E1E8FA
4#E2E9F8
5#E4E9F6
6#E6EAF4
7#E8EBF3
8#EAECF1
9#EBECEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F4
#F0F4FF
BackgroundsSubtle highlightsCard backgrounds
100
DBE5
#DBE5FF
Light backgroundsTable row hoverSkeleton loading
200
BDCF
#BDCFFF
Secondary backgroundsInput backgroundsDividers
300
8AAB
#8AABFF
BordersInactive statesPlaceholder text
400
4D7F
#4D7FFF
Disabled statesSecondary iconsMuted text
500
1A5B
#1A5BFF
Primary brand colorCTAsActive elementsLinks
600
0040
#0040E0
Hover statesFocus ringsPrimary buttons hover
700
0033
#0033B3
Active/pressed statesDark mode accentsSecondary text
800
0024
#002480
Text on light backgroundsHeadingsStrong borders
900
0017
#001752
Primary textHigh emphasis contentDark headings
950
000E
#000E33
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F4FF;
  --lavender-100: #DBE5FF;
  --lavender-200: #BDCFFF;
  --lavender-300: #8AABFF;
  --lavender-400: #4D7FFF;
  --lavender-500: #1A5BFF;
  --lavender-600: #0040E0;
  --lavender-700: #0033B3;
  --lavender-800: #002480;
  --lavender-900: #001752;
  --lavender-950: #000E33;
}
Generate More ShadesCreate PaletteConvert Color