Lavender

#C6CDF6

Blue

Color Codes

All color formats for development

HEX
#C6CDF6
RGB
rgb(198, 205, 246)
HSL
hsl(231, 73%, 87%)
OKLCH
oklch(0.856 0.057 277.5)
CMYK
cmyk(20%, 17%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.56:1

AA AAA

On Black Background

13.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F3
100
#E0E4
200
#C6CD
300
#9AA6
400
#6578
500
#3852
600
#1E37
700
#182C
800
#111F
900
#0B14
950
#070C

Shades

Darker variations

1#9FABF0
2#798AEA
3#5368E4
4#2C47DE
5#1E36C0
6#182B9A
7#122173
8#0C164D
9#060B26

Tints

Lighter variations

1#CBD2F7
2#D1D7F8
3#D7DCF9
4#DDE1FA
5#E2E6FB
6#E8EBFB
7#EEF0FC
8#F4F5FD
9#F9FAFE

Tones

Muted variations

1#C8CFF4
2#CAD0F1
3#CDD2EF
4#CFD4EC
5#D2D5EA
6#D4D7E8
7#D7D9E5
8#D9DAE3
9#DBDCE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F3
#F2F3FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E4
#E0E4FA
Light backgroundsTable row hoverSkeleton loading
200
C6CD
#C6CDF6
Secondary backgroundsInput backgroundsDividers
300
9AA6
#9AA6EF
BordersInactive statesPlaceholder text
400
6578
#6578E7
Disabled statesSecondary iconsMuted text
500
3852
#3852E0
Primary brand colorCTAsActive elementsLinks
600
1E37
#1E37C2
Hover statesFocus ringsPrimary buttons hover
700
182C
#182C9A
Active/pressed statesDark mode accentsSecondary text
800
111F
#111F6E
Text on light backgroundsHeadingsStrong borders
900
0B14
#0B1447
Primary textHigh emphasis contentDark headings
950
070C
#070C2C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F3FD;
  --lavender-100: #E0E4FA;
  --lavender-200: #C6CDF6;
  --lavender-300: #9AA6EF;
  --lavender-400: #6578E7;
  --lavender-500: #3852E0;
  --lavender-600: #1E37C2;
  --lavender-700: #182C9A;
  --lavender-800: #111F6E;
  --lavender-900: #0B1447;
  --lavender-950: #070C2C;
}
Generate More ShadesCreate PaletteConvert Color