Lavender

#C6CEF6

Blue

Color Codes

All color formats for development

HEX
#C6CEF6
RGB
rgb(198, 206, 246)
HSL
hsl(230, 73%, 87%)
OKLCH
oklch(0.858 0.056 276.3)
CMYK
cmyk(20%, 16%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F4
100
#E0E4
200
#C6CE
300
#9AA8
400
#657A
500
#3854
600
#1E3A
700
#182E
800
#1121
900
#0B15
950
#070D

Shades

Darker variations

1#9FADF0
2#798CEA
3#536BE4
4#2C4ADE
5#1E39C0
6#182E9A
7#122273
8#0C174D
9#060B26

Tints

Lighter variations

1#CBD3F7
2#D1D8F8
3#D7DDF9
4#DDE1FA
5#E2E6FB
6#E8EBFB
7#EEF0FC
8#F4F5FD
9#F9FAFE

Tones

Muted variations

1#C8CFF4
2#CAD1F1
3#CDD3EF
4#CFD4EC
5#D2D6EA
6#D4D7E8
7#D7D9E5
8#D9DBE3
9#DBDCE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F4
#F2F4FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E4
#E0E4FA
Light backgroundsTable row hoverSkeleton loading
200
C6CE
#C6CEF6
Secondary backgroundsInput backgroundsDividers
300
9AA8
#9AA8EF
BordersInactive statesPlaceholder text
400
657A
#657AE7
Disabled statesSecondary iconsMuted text
500
3854
#3854E0
Primary brand colorCTAsActive elementsLinks
600
1E3A
#1E3AC2
Hover statesFocus ringsPrimary buttons hover
700
182E
#182E9A
Active/pressed statesDark mode accentsSecondary text
800
1121
#11216E
Text on light backgroundsHeadingsStrong borders
900
0B15
#0B1547
Primary textHigh emphasis contentDark headings
950
070D
#070D2C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F4FD;
  --lavender-100: #E0E4FA;
  --lavender-200: #C6CEF6;
  --lavender-300: #9AA8EF;
  --lavender-400: #657AE7;
  --lavender-500: #3854E0;
  --lavender-600: #1E3AC2;
  --lavender-700: #182E9A;
  --lavender-800: #11216E;
  --lavender-900: #0B1547;
  --lavender-950: #070D2C;
}
Generate More ShadesCreate PaletteConvert Color