Lavender

#C0CBFB

Blue

Color Codes

All color formats for development

HEX
#C0CBFB
RGB
rgb(192, 203, 251)
HSL
hsl(229, 88%, 87%)
OKLCH
oklch(0.85 0.068 274.8)
CMYK
cmyk(24%, 19%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.59:1

AA AAA

On Black Background

13.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F3
100
#DDE3
200
#C1CB
300
#91A4
400
#5774
500
#274C
600
#0D32
700
#0B28
800
#081C
900
#0512
950
#030B

Shades

Darker variations

1#97A9F8
2#6D86F6
3#4464F3
4#1A41F0
5#0D31D1
6#0B27A7
7#081D7D
8#051453
9#030A2A

Tints

Lighter variations

1#C7D1FB
2#CDD6FC
3#D3DBFC
4#DAE0FD
5#E0E5FD
6#E6EAFD
7#ECF0FE
8#F3F5FE
9#F9FAFF

Tones

Muted variations

1#C4CDF8
2#C7CFF5
3#C9D1F2
4#CCD3EF
5#CFD5EC
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
C1CB
#C1CBFB
Secondary backgroundsInput backgroundsDividers
300
91A4
#91A4F8
BordersInactive statesPlaceholder text
400
5774
#5774F4
Disabled statesSecondary iconsMuted text
500
274C
#274CF1
Primary brand colorCTAsActive elementsLinks
600
0D32
#0D32D3
Hover statesFocus ringsPrimary buttons hover
700
0B28
#0B28A8
Active/pressed statesDark mode accentsSecondary text
800
081C
#081C78
Text on light backgroundsHeadingsStrong borders
900
0512
#05124D
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: #C1CBFB;
  --lavender-300: #91A4F8;
  --lavender-400: #5774F4;
  --lavender-500: #274CF1;
  --lavender-600: #0D32D3;
  --lavender-700: #0B28A8;
  --lavender-800: #081C78;
  --lavender-900: #05124D;
  --lavender-950: #030B30;
}
Generate More ShadesCreate PaletteConvert Color