Lavender

#C2D8F9

Blue

Color Codes

All color formats for development

HEX
#C2D8F9
RGB
rgb(194, 216, 249)
HSL
hsl(216, 82%, 87%)
OKLCH
oklch(0.877 0.052 258.4)
CMYK
cmyk(22%, 13%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.45:1

AA AAA

On Black Background

14.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DFEA
200
#C3D8
300
#94BB
400
#5D97
500
#2E79
600
#145E
700
#104B
800
#0B35
900
#0722
950
#0515

Shades

Darker variations

1#9ABFF5
2#72A5F1
3#4A8BED
4#2171E9
5#145DCA
6#104AA2
7#0C3879
8#082551
9#041328

Tints

Lighter variations

1#C9DCFA
2#CFE0FA
3#D5E4FB
4#DBE8FB
5#E1ECFC
6#E7F0FD
7#EDF3FD
8#F3F7FE
9#F9FBFE

Tones

Muted variations

1#C5D9F6
2#C8DAF4
3#CBDAF1
4#CEDBEE
5#D0DBEB
6#D3DCE9
7#D6DCE6
8#D8DDE3
9#DBDDE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DFEA
#DFEAFC
Light backgroundsTable row hoverSkeleton loading
200
C3D8
#C3D8F9
Secondary backgroundsInput backgroundsDividers
300
94BB
#94BBF4
BordersInactive statesPlaceholder text
400
5D97
#5D97EF
Disabled statesSecondary iconsMuted text
500
2E79
#2E79EA
Primary brand colorCTAsActive elementsLinks
600
145E
#145ECC
Hover statesFocus ringsPrimary buttons hover
700
104B
#104BA2
Active/pressed statesDark mode accentsSecondary text
800
0B35
#0B3574
Text on light backgroundsHeadingsStrong borders
900
0722
#07224A
Primary textHigh emphasis contentDark headings
950
0515
#05152E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1F6FE;
  --lavender-100: #DFEAFC;
  --lavender-200: #C3D8F9;
  --lavender-300: #94BBF4;
  --lavender-400: #5D97EF;
  --lavender-500: #2E79EA;
  --lavender-600: #145ECC;
  --lavender-700: #104BA2;
  --lavender-800: #0B3574;
  --lavender-900: #07224A;
  --lavender-950: #05152E;
}
Generate More ShadesCreate PaletteConvert Color