Lavender

#C4DCF8

Blue

Color Codes

All color formats for development

HEX
#C4DCF8
RGB
rgb(196, 220, 248)
HSL
hsl(212, 79%, 87%)
OKLCH
oklch(0.886 0.047 252.4)
CMYK
cmyk(21%, 11%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.41:1

AA AAA

On Black Background

14.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DFEC
200
#C4DC
300
#96C1
400
#5FA1
500
#3286
600
#186A
700
#1355
800
#0D3C
900
#0927
950
#0518

Shades

Darker variations

1#9CC5F3
2#74ADEF
3#4D96EA
4#257FE5
5#1769C7
6#13549F
7#0E3F77
8#092A4F
9#051528

Tints

Lighter variations

1#CAE0F9
2#D0E3F9
3#D5E7FA
4#DBEAFB
5#E1EEFC
6#E7F1FC
7#EDF5FD
8#F3F8FE
9#F9FCFE

Tones

Muted variations

1#C6DCF5
2#C9DCF3
3#CCDDF0
4#CEDDEE
5#D1DDEB
6#D3DDE8
7#D6DDE6
8#D9DEE3
9#DBDEE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEC
#DFECFB
Light backgroundsTable row hoverSkeleton loading
200
C4DC
#C4DCF8
Secondary backgroundsInput backgroundsDividers
300
96C1
#96C1F3
BordersInactive statesPlaceholder text
400
5FA1
#5FA1EC
Disabled statesSecondary iconsMuted text
500
3286
#3286E7
Primary brand colorCTAsActive elementsLinks
600
186A
#186AC9
Hover statesFocus ringsPrimary buttons hover
700
1355
#1355A0
Active/pressed statesDark mode accentsSecondary text
800
0D3C
#0D3C72
Text on light backgroundsHeadingsStrong borders
900
0927
#092749
Primary textHigh emphasis contentDark headings
950
0518
#05182E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1F7FD;
  --lavender-100: #DFECFB;
  --lavender-200: #C4DCF8;
  --lavender-300: #96C1F3;
  --lavender-400: #5FA1EC;
  --lavender-500: #3286E7;
  --lavender-600: #186AC9;
  --lavender-700: #1355A0;
  --lavender-800: #0D3C72;
  --lavender-900: #092749;
  --lavender-950: #05182E;
}
Generate More ShadesCreate PaletteConvert Color