Lavender

#C6DAF6

Blue

Color Codes

All color formats for development

HEX
#C6DAF6
RGB
rgb(198, 218, 246)
HSL
hsl(215, 73%, 87%)
OKLCH
oklch(0.882 0.044 256.8)
CMYK
cmyk(20%, 11%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.42:1

AA AAA

On Black Background

14.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E0EB
200
#C6DA
300
#9ABD
400
#659B
500
#387E
600
#1E63
700
#184E
800
#1138
900
#0B24
950
#0716

Shades

Darker variations

1#9FC1F0
2#79A8EA
3#538FE4
4#2C76DE
5#1E61C0
6#184E9A
7#123A73
8#0C274D
9#061326

Tints

Lighter variations

1#CBDEF7
2#D1E1F8
3#D7E5F9
4#DDE9FA
5#E2ECFB
6#E8F0FB
7#EEF4FC
8#F4F8FD
9#F9FBFE

Tones

Muted variations

1#C8DAF4
2#CADBF1
3#CDDBEF
4#CFDBEC
5#D2DCEA
6#D4DCE8
7#D7DDE5
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
C6DA
#C6DAF6
Secondary backgroundsInput backgroundsDividers
300
9ABD
#9ABDEF
BordersInactive statesPlaceholder text
400
659B
#659BE7
Disabled statesSecondary iconsMuted text
500
387E
#387EE0
Primary brand colorCTAsActive elementsLinks
600
1E63
#1E63C2
Hover statesFocus ringsPrimary buttons hover
700
184E
#184E9A
Active/pressed statesDark mode accentsSecondary text
800
1138
#11386E
Text on light backgroundsHeadingsStrong borders
900
0B24
#0B2447
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: #C6DAF6;
  --lavender-300: #9ABDEF;
  --lavender-400: #659BE7;
  --lavender-500: #387EE0;
  --lavender-600: #1E63C2;
  --lavender-700: #184E9A;
  --lavender-800: #11386E;
  --lavender-900: #0B2447;
  --lavender-950: #07162C;
}
Generate More ShadesCreate PaletteConvert Color