Lavender

#C2D7F9

Blue

Color Codes

All color formats for development

HEX
#C2D7F9
RGB
rgb(194, 215, 249)
HSL
hsl(217, 82%, 87%)
OKLCH
oklch(0.875 0.052 260)
CMYK
cmyk(22%, 14%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.46:1

AA AAA

On Black Background

14.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DFEA
200
#C3D8
300
#94B9
400
#5D95
500
#2E76
600
#145B
700
#1048
800
#0B34
900
#0721
950
#0515

Shades

Darker variations

1#9ABDF5
2#72A3F1
3#4A88ED
4#216EE9
5#145ACA
6#1048A2
7#0C3679
8#082451
9#041228

Tints

Lighter variations

1#C9DBFA
2#CFDFFA
3#D5E3FB
4#DBE7FB
5#E1EBFC
6#E7EFFD
7#EDF3FD
8#F3F7FE
9#F9FBFE

Tones

Muted variations

1#C5D8F6
2#C8D9F4
3#CBD9F1
4#CEDAEE
5#D0DBEB
6#D3DBE9
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
94B9
#94B9F4
BordersInactive statesPlaceholder text
400
5D95
#5D95EF
Disabled statesSecondary iconsMuted text
500
2E76
#2E76EA
Primary brand colorCTAsActive elementsLinks
600
145B
#145BCC
Hover statesFocus ringsPrimary buttons hover
700
1048
#1048A2
Active/pressed statesDark mode accentsSecondary text
800
0B34
#0B3474
Text on light backgroundsHeadingsStrong borders
900
0721
#07214A
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: #94B9F4;
  --lavender-400: #5D95EF;
  --lavender-500: #2E76EA;
  --lavender-600: #145BCC;
  --lavender-700: #1048A2;
  --lavender-800: #0B3474;
  --lavender-900: #07214A;
  --lavender-950: #05152E;
}
Generate More ShadesCreate PaletteConvert Color