Lavender

#C7D8F5

Blue

Color Codes

All color formats for development

HEX
#C7D8F5
RGB
rgb(199, 216, 245)
HSL
hsl(218, 70%, 87%)
OKLCH
oklch(0.879 0.044 261.2)
CMYK
cmyk(19%, 12%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.44:1

AA AAA

On Black Background

14.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E1EA
200
#C7D8
300
#9BB9
400
#6795
500
#3C77
600
#225B
700
#1B49
800
#1334
900
#0C21
950
#0815

Shades

Darker variations

1#A1BDEE
2#7BA3E8
3#5689E1
4#306EDA
5#215ABD
6#1B4897
7#143671
8#0D244B
9#071226

Tints

Lighter variations

1#CCDCF6
2#D2E0F7
3#D8E3F8
4#DDE7F9
5#E3EBFA
6#E8EFFB
7#EEF3FC
8#F4F7FD
9#F9FBFE

Tones

Muted variations

1#C9D8F3
2#CBD9F0
3#CEDAEE
4#D0DAEC
5#D2DBE9
6#D5DBE7
7#D7DCE5
8#D9DDE2
9#DCDDE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FD
BackgroundsSubtle highlightsCard backgrounds
100
E1EA
#E1EAFA
Light backgroundsTable row hoverSkeleton loading
200
C7D8
#C7D8F5
Secondary backgroundsInput backgroundsDividers
300
9BB9
#9BB9ED
BordersInactive statesPlaceholder text
400
6795
#6795E4
Disabled statesSecondary iconsMuted text
500
3C77
#3C77DD
Primary brand colorCTAsActive elementsLinks
600
225B
#225BBF
Hover statesFocus ringsPrimary buttons hover
700
1B49
#1B4998
Active/pressed statesDark mode accentsSecondary text
800
1334
#13346C
Text on light backgroundsHeadingsStrong borders
900
0C21
#0C2145
Primary textHigh emphasis contentDark headings
950
0815
#08152B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F6FD;
  --lavender-100: #E1EAFA;
  --lavender-200: #C7D8F5;
  --lavender-300: #9BB9ED;
  --lavender-400: #6795E4;
  --lavender-500: #3C77DD;
  --lavender-600: #225BBF;
  --lavender-700: #1B4998;
  --lavender-800: #13346C;
  --lavender-900: #0C2145;
  --lavender-950: #08152B;
}
Generate More ShadesCreate PaletteConvert Color