Lavender

#C1D9FB

Blue

Color Codes

All color formats for development

HEX
#C1D9FB
RGB
rgb(193, 217, 251)
HSL
hsl(215, 88%, 87%)
OKLCH
oklch(0.879 0.054 257.1)
CMYK
cmyk(23%, 14%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.44:1

AA AAA

On Black Background

14.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DDEB
200
#C1D9
300
#91BC
400
#5799
500
#277B
600
#0D60
700
#0B4C
800
#0836
900
#0523
950
#0316

Shades

Darker variations

1#97C0F8
2#6DA6F6
3#448DF3
4#1A73F0
5#0D5FD1
6#0B4CA7
7#08397D
8#052653
9#03132A

Tints

Lighter variations

1#C7DDFB
2#CDE1FC
3#D3E4FC
4#DAE8FD
5#E0ECFD
6#E6F0FD
7#ECF4FE
8#F3F7FE
9#F9FBFF

Tones

Muted variations

1#C4D9F8
2#C7DAF5
3#C9DAF2
4#CCDBEF
5#CFDBEC
6#D2DCEA
7#D5DCE7
8#D8DDE4
9#DBDDE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEB
#DDEBFD
Light backgroundsTable row hoverSkeleton loading
200
C1D9
#C1D9FB
Secondary backgroundsInput backgroundsDividers
300
91BC
#91BCF8
BordersInactive statesPlaceholder text
400
5799
#5799F4
Disabled statesSecondary iconsMuted text
500
277B
#277BF1
Primary brand colorCTAsActive elementsLinks
600
0D60
#0D60D3
Hover statesFocus ringsPrimary buttons hover
700
0B4C
#0B4CA8
Active/pressed statesDark mode accentsSecondary text
800
0836
#083678
Text on light backgroundsHeadingsStrong borders
900
0523
#05234D
Primary textHigh emphasis contentDark headings
950
0316
#031630
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1F6FE;
  --lavender-100: #DDEBFD;
  --lavender-200: #C1D9FB;
  --lavender-300: #91BCF8;
  --lavender-400: #5799F4;
  --lavender-500: #277BF1;
  --lavender-600: #0D60D3;
  --lavender-700: #0B4CA8;
  --lavender-800: #083678;
  --lavender-900: #05234D;
  --lavender-950: #031630;
}
Generate More ShadesCreate PaletteConvert Color