Lavender

#C3E7F8

Blue

Color Codes

All color formats for development

HEX
#C3E7F8
RGB
rgb(195, 231, 248)
HSL
hsl(199, 79%, 87%)
OKLCH
oklch(0.908 0.044 228)
CMYK
cmyk(21%, 7%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.30:1

AA AAA

On Black Background

16.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FA
100
#DFF2
200
#C4E7
300
#96D5
400
#5FC0
500
#32AD
600
#1891
700
#1373
800
#0D52
900
#0935
950
#0521

Shades

Darker variations

1#9CD8F3
2#74C8EF
3#4DB8EA
4#25A8E5
5#178FC7
6#13729F
7#0E5677
8#09394F
9#051D28

Tints

Lighter variations

1#CAEAF9
2#D0ECF9
3#D5EFFA
4#DBF1FB
5#E1F3FC
6#E7F6FC
7#EDF8FD
8#F3FAFE
9#F9FDFE

Tones

Muted variations

1#C6E6F5
2#C9E6F3
3#CCE5F0
4#CEE4EE
5#D1E3EB
6#D3E2E8
7#D6E1E6
8#D9E0E3
9#DBDFE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FA
#F1FAFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF2
#DFF2FB
Light backgroundsTable row hoverSkeleton loading
200
C4E7
#C4E7F8
Secondary backgroundsInput backgroundsDividers
300
96D5
#96D5F3
BordersInactive statesPlaceholder text
400
5FC0
#5FC0EC
Disabled statesSecondary iconsMuted text
500
32AD
#32ADE7
Primary brand colorCTAsActive elementsLinks
600
1891
#1891C9
Hover statesFocus ringsPrimary buttons hover
700
1373
#1373A0
Active/pressed statesDark mode accentsSecondary text
800
0D52
#0D5272
Text on light backgroundsHeadingsStrong borders
900
0935
#093549
Primary textHigh emphasis contentDark headings
950
0521
#05212E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FAFD;
  --lavender-100: #DFF2FB;
  --lavender-200: #C4E7F8;
  --lavender-300: #96D5F3;
  --lavender-400: #5FC0EC;
  --lavender-500: #32ADE7;
  --lavender-600: #1891C9;
  --lavender-700: #1373A0;
  --lavender-800: #0D5272;
  --lavender-900: #093549;
  --lavender-950: #05212E;
}
Generate More ShadesCreate PaletteConvert Color