Lavender

#DCE8FF

Blue

Color Codes

All color formats for development

HEX
#DCE8FF
RGB
rgb(220, 232, 255)
HSL
hsl(219, 100%, 93%)
OKLCH
oklch(0.929 0.034 263.6)
CMYK
cmyk(14%, 9%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.23:1

AA AAA

On Black Background

17.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DBE8
200
#BDD4
300
#8AB3
400
#4D8B
500
#1A6A
600
#004F
700
#003E
800
#002D
900
#001D
950
#0012

Shades

Darker variations

1#ACC9FF
2#7CAAFF
3#4D8BFF
4#1E6CFF
5#0053ED
6#0042BE
7#00328E
8#00215F
9#00112F

Tints

Lighter variations

1#DFEAFF
2#E2ECFF
3#E6EFFF
4#EAF1FF
5#EDF3FF
6#F1F6FF
7#F4F8FF
8#F8FAFF
9#FBFDFF

Tones

Muted variations

1#DDE8FD
2#DFE9FB
3#E1E9FA
4#E2EAF8
5#E4EAF6
6#E6EBF4
7#E8ECF3
8#EAECF1
9#EBEDEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FF
BackgroundsSubtle highlightsCard backgrounds
100
DBE8
#DBE8FF
Light backgroundsTable row hoverSkeleton loading
200
BDD4
#BDD4FF
Secondary backgroundsInput backgroundsDividers
300
8AB3
#8AB3FF
BordersInactive statesPlaceholder text
400
4D8B
#4D8BFF
Disabled statesSecondary iconsMuted text
500
1A6A
#1A6AFF
Primary brand colorCTAsActive elementsLinks
600
004F
#004FE0
Hover statesFocus ringsPrimary buttons hover
700
003E
#003EB3
Active/pressed statesDark mode accentsSecondary text
800
002D
#002D80
Text on light backgroundsHeadingsStrong borders
900
001D
#001D52
Primary textHigh emphasis contentDark headings
950
0012
#001233
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F5FF;
  --lavender-100: #DBE8FF;
  --lavender-200: #BDD4FF;
  --lavender-300: #8AB3FF;
  --lavender-400: #4D8BFF;
  --lavender-500: #1A6AFF;
  --lavender-600: #004FE0;
  --lavender-700: #003EB3;
  --lavender-800: #002D80;
  --lavender-900: #001D52;
  --lavender-950: #001233;
}
Generate More ShadesCreate PaletteConvert Color