Lavender

#DDEFFD

Blue

Color Codes

All color formats for development

HEX
#DDEFFD
RGB
rgb(221, 239, 253)
HSL
hsl(206, 89%, 93%)
OKLCH
oklch(0.943 0.027 241.2)
CMYK
cmyk(13%, 6%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.18:1

AA AAA

On Black Background

17.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DDEF
200
#C0E2
300
#90CB
400
#56B0
500
#269A
600
#0C7E
700
#0A64
800
#0747
900
#042E
950
#031D

Shades

Darker variations

1#B0DAFA
2#84C5F8
3#57B1F5
4#2A9CF3
5#0D85E0
6#0A6AB3
7#085086
8#05355A
9#031B2D

Tints

Lighter variations

1#E1F1FD
2#E4F2FD
3#E7F4FE
4#EBF6FE
5#EEF7FE
6#F2F9FE
7#F5FAFE
8#F8FCFF
9#FCFDFF

Tones

Muted variations

1#DFEFFB
2#E0EFFA
3#E2EFF8
4#E4EEF7
5#E5EEF5
6#E7EEF4
7#E8EEF2
8#EAEEF0
9#ECEDEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F8
#F1F8FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEF
#DDEFFD
Light backgroundsTable row hoverSkeleton loading
200
C0E2
#C0E2FB
Secondary backgroundsInput backgroundsDividers
300
90CB
#90CBF9
BordersInactive statesPlaceholder text
400
56B0
#56B0F5
Disabled statesSecondary iconsMuted text
500
269A
#269AF2
Primary brand colorCTAsActive elementsLinks
600
0C7E
#0C7ED4
Hover statesFocus ringsPrimary buttons hover
700
0A64
#0A64A9
Active/pressed statesDark mode accentsSecondary text
800
0747
#074778
Text on light backgroundsHeadingsStrong borders
900
042E
#042E4D
Primary textHigh emphasis contentDark headings
950
031D
#031D30
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1F8FE;
  --lavender-100: #DDEFFD;
  --lavender-200: #C0E2FB;
  --lavender-300: #90CBF9;
  --lavender-400: #56B0F5;
  --lavender-500: #269AF2;
  --lavender-600: #0C7ED4;
  --lavender-700: #0A64A9;
  --lavender-800: #074778;
  --lavender-900: #042E4D;
  --lavender-950: #031D30;
}
Generate More ShadesCreate PaletteConvert Color