Lavender

#C1CBFB

Blue

Color Codes

All color formats for development

HEX
#C1CBFB
RGB
rgb(193, 203, 251)
HSL
hsl(230, 88%, 87%)
OKLCH
oklch(0.851 0.068 275.7)
CMYK
cmyk(23%, 19%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.59:1

AA AAA

On Black Background

13.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F3
100
#DDE3
200
#C1CA
300
#91A2
400
#5771
500
#2749
600
#0D2E
700
#0B25
800
#081A
900
#0511
950
#030B

Shades

Darker variations

1#97A7F8
2#6D84F6
3#4461F3
4#1A3EF0
5#0D2ED1
6#0B25A7
7#081C7D
8#051253
9#03092A

Tints

Lighter variations

1#C7D0FB
2#CDD5FC
3#D3DAFC
4#DADFFD
5#E0E5FD
6#E6EAFD
7#ECEFFE
8#F3F4FE
9#F9FAFF

Tones

Muted variations

1#C4CCF8
2#C7CEF5
3#C9D0F2
4#CCD2EF
5#CFD4EC
6#D2D6EA
7#D5D8E7
8#D8DAE4
9#DBDCE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F3
#F1F3FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE3
#DDE3FD
Light backgroundsTable row hoverSkeleton loading
200
C1CA
#C1CAFB
Secondary backgroundsInput backgroundsDividers
300
91A2
#91A2F8
BordersInactive statesPlaceholder text
400
5771
#5771F4
Disabled statesSecondary iconsMuted text
500
2749
#2749F1
Primary brand colorCTAsActive elementsLinks
600
0D2E
#0D2ED3
Hover statesFocus ringsPrimary buttons hover
700
0B25
#0B25A8
Active/pressed statesDark mode accentsSecondary text
800
081A
#081A78
Text on light backgroundsHeadingsStrong borders
900
0511
#05114D
Primary textHigh emphasis contentDark headings
950
030B
#030B30
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1F3FE;
  --lavender-100: #DDE3FD;
  --lavender-200: #C1CAFB;
  --lavender-300: #91A2F8;
  --lavender-400: #5771F4;
  --lavender-500: #2749F1;
  --lavender-600: #0D2ED3;
  --lavender-700: #0B25A8;
  --lavender-800: #081A78;
  --lavender-900: #05114D;
  --lavender-950: #030B30;
}
Generate More ShadesCreate PaletteConvert Color