Lavender

#C6D9F6

Blue

Color Codes

All color formats for development

HEX
#C6D9F6
RGB
rgb(198, 217, 246)
HSL
hsl(216, 73%, 87%)
OKLCH
oklch(0.88 0.045 258.8)
CMYK
cmyk(20%, 12%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.43:1

AA AAA

On Black Background

14.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E0EB
200
#C6D9
300
#9ABC
400
#6599
500
#387B
600
#1E60
700
#184C
800
#1136
900
#0B23
950
#0716

Shades

Darker variations

1#9FC0F0
2#79A6EA
3#538DE4
4#2C73DE
5#1E5FC0
6#184C9A
7#123973
8#0C264D
9#061326

Tints

Lighter variations

1#CBDDF7
2#D1E1F8
3#D7E4F9
4#DDE8FA
5#E2ECFB
6#E8F0FB
7#EEF4FC
8#F4F7FD
9#F9FBFE

Tones

Muted variations

1#C8D9F4
2#CADAF1
3#CDDAEF
4#CFDBEC
5#D2DBEA
6#D4DCE8
7#D7DCE5
8#D9DDE3
9#DBDDE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FD
BackgroundsSubtle highlightsCard backgrounds
100
E0EB
#E0EBFA
Light backgroundsTable row hoverSkeleton loading
200
C6D9
#C6D9F6
Secondary backgroundsInput backgroundsDividers
300
9ABC
#9ABCEF
BordersInactive statesPlaceholder text
400
6599
#6599E7
Disabled statesSecondary iconsMuted text
500
387B
#387BE0
Primary brand colorCTAsActive elementsLinks
600
1E60
#1E60C2
Hover statesFocus ringsPrimary buttons hover
700
184C
#184C9A
Active/pressed statesDark mode accentsSecondary text
800
1136
#11366E
Text on light backgroundsHeadingsStrong borders
900
0B23
#0B2347
Primary textHigh emphasis contentDark headings
950
0716
#07162C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F6FD;
  --lavender-100: #E0EBFA;
  --lavender-200: #C6D9F6;
  --lavender-300: #9ABCEF;
  --lavender-400: #6599E7;
  --lavender-500: #387BE0;
  --lavender-600: #1E60C2;
  --lavender-700: #184C9A;
  --lavender-800: #11366E;
  --lavender-900: #0B2347;
  --lavender-950: #07162C;
}
Generate More ShadesCreate PaletteConvert Color