Lavender

#C3DEF8

Blue

Color Codes

All color formats for development

HEX
#C3DEF8
RGB
rgb(195, 222, 248)
HSL
hsl(209, 79%, 87%)
OKLCH
oklch(0.889 0.046 247.3)
CMYK
cmyk(21%, 10%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.39:1

AA AAA

On Black Background

15.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DFEE
200
#C4DF
300
#96C6
400
#5FA8
500
#328F
600
#1873
700
#135C
800
#0D41
900
#092A
950
#051A

Shades

Darker variations

1#9CC9F3
2#74B4EF
3#4D9EEA
4#2588E5
5#1772C7
6#135B9F
7#0E4477
8#092E4F
9#051728

Tints

Lighter variations

1#CAE2F9
2#D0E5F9
3#D5E8FA
4#DBECFB
5#E1EFFC
6#E7F2FC
7#EDF5FD
8#F3F9FE
9#F9FCFE

Tones

Muted variations

1#C6DFF5
2#C9DFF3
3#CCDEF0
4#CEDEEE
5#D1DEEB
6#D3DEE8
7#D6DEE6
8#D9DEE3
9#DBDEE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F8
#F1F8FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEE
#DFEEFB
Light backgroundsTable row hoverSkeleton loading
200
C4DF
#C4DFF8
Secondary backgroundsInput backgroundsDividers
300
96C6
#96C6F3
BordersInactive statesPlaceholder text
400
5FA8
#5FA8EC
Disabled statesSecondary iconsMuted text
500
328F
#328FE7
Primary brand colorCTAsActive elementsLinks
600
1873
#1873C9
Hover statesFocus ringsPrimary buttons hover
700
135C
#135CA0
Active/pressed statesDark mode accentsSecondary text
800
0D41
#0D4172
Text on light backgroundsHeadingsStrong borders
900
092A
#092A49
Primary textHigh emphasis contentDark headings
950
051A
#051A2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1F8FD;
  --lavender-100: #DFEEFB;
  --lavender-200: #C4DFF8;
  --lavender-300: #96C6F3;
  --lavender-400: #5FA8EC;
  --lavender-500: #328FE7;
  --lavender-600: #1873C9;
  --lavender-700: #135CA0;
  --lavender-800: #0D4172;
  --lavender-900: #092A49;
  --lavender-950: #051A2E;
}
Generate More ShadesCreate PaletteConvert Color