Lavender

#C5DAF7

Blue

Color Codes

All color formats for development

HEX
#C5DAF7
RGB
rgb(197, 218, 247)
HSL
hsl(215, 76%, 87%)
OKLCH
oklch(0.882 0.046 256.5)
CMYK
cmyk(20%, 12%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.42:1

AA AAA

On Black Background

14.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E0EB
200
#C5DA
300
#98BD
400
#629A
500
#357E
600
#1B62
700
#154E
800
#0F38
900
#0A24
950
#0616

Shades

Darker variations

1#9EC1F2
2#77A8EC
3#508FE7
4#2876E2
5#1B61C3
6#154D9C
7#103A75
8#0B274E
9#051327

Tints

Lighter variations

1#CADDF8
2#D0E1F9
3#D6E5F9
4#DCE9FA
5#E2ECFB
6#E8F0FC
7#EDF4FD
8#F3F8FD
9#F9FBFE

Tones

Muted variations

1#C7DAF5
2#CADAF2
3#CCDBEF
4#CFDBED
5#D1DCEA
6#D4DCE8
7#D6DDE5
8#D9DDE3
9#DBDDE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FD
BackgroundsSubtle highlightsCard backgrounds
100
E0EB
#E0EBFB
Light backgroundsTable row hoverSkeleton loading
200
C5DA
#C5DAF7
Secondary backgroundsInput backgroundsDividers
300
98BD
#98BDF1
BordersInactive statesPlaceholder text
400
629A
#629AEA
Disabled statesSecondary iconsMuted text
500
357E
#357EE3
Primary brand colorCTAsActive elementsLinks
600
1B62
#1B62C5
Hover statesFocus ringsPrimary buttons hover
700
154E
#154E9D
Active/pressed statesDark mode accentsSecondary text
800
0F38
#0F3870
Text on light backgroundsHeadingsStrong borders
900
0A24
#0A2448
Primary textHigh emphasis contentDark headings
950
0616
#06162D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F6FD;
  --lavender-100: #E0EBFB;
  --lavender-200: #C5DAF7;
  --lavender-300: #98BDF1;
  --lavender-400: #629AEA;
  --lavender-500: #357EE3;
  --lavender-600: #1B62C5;
  --lavender-700: #154E9D;
  --lavender-800: #0F3870;
  --lavender-900: #0A2448;
  --lavender-950: #06162D;
}
Generate More ShadesCreate PaletteConvert Color