Lavender

#C9DCF3

Blue

Color Codes

All color formats for development

HEX
#C9DCF3
RGB
rgb(201, 220, 243)
HSL
hsl(213, 64%, 87%)
OKLCH
oklch(0.887 0.038 253.2)
CMYK
cmyk(17%, 9%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.40:1

AA AAA

On Black Background

15.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F7
100
#E2EC
200
#C9DC
300
#9FC1
400
#6DA0
500
#4385
600
#2869
700
#2054
800
#173C
900
#0F26
950
#0918

Shades

Darker variations

1#A4C4EB
2#80ADE3
3#5B95DB
4#377DD3
5#2868B6
6#205392
7#183E6D
8#102A49
9#081524

Tints

Lighter variations

1#CEDFF4
2#D4E3F5
3#D9E6F7
4#DEEAF8
5#E4EDF9
6#E9F1FA
7#EFF4FB
8#F4F8FD
9#FAFBFE

Tones

Muted variations

1#CBDCF1
2#CDDCEF
3#CFDCED
4#D1DDEB
5#D3DDE8
6#D5DDE6
7#D7DDE4
8#DADDE2
9#DCDEE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F7
#F2F7FC
BackgroundsSubtle highlightsCard backgrounds
100
E2EC
#E2ECF9
Light backgroundsTable row hoverSkeleton loading
200
C9DC
#C9DCF3
Secondary backgroundsInput backgroundsDividers
300
9FC1
#9FC1EA
BordersInactive statesPlaceholder text
400
6DA0
#6DA0DF
Disabled statesSecondary iconsMuted text
500
4385
#4385D6
Primary brand colorCTAsActive elementsLinks
600
2869
#2869B8
Hover statesFocus ringsPrimary buttons hover
700
2054
#205492
Active/pressed statesDark mode accentsSecondary text
800
173C
#173C69
Text on light backgroundsHeadingsStrong borders
900
0F26
#0F2643
Primary textHigh emphasis contentDark headings
950
0918
#09182A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F7FC;
  --lavender-100: #E2ECF9;
  --lavender-200: #C9DCF3;
  --lavender-300: #9FC1EA;
  --lavender-400: #6DA0DF;
  --lavender-500: #4385D6;
  --lavender-600: #2869B8;
  --lavender-700: #205492;
  --lavender-800: #173C69;
  --lavender-900: #0F2643;
  --lavender-950: #09182A;
}
Generate More ShadesCreate PaletteConvert Color