Lavender

#C5CCF7

Blue

Color Codes

All color formats for development

HEX
#C5CCF7
RGB
rgb(197, 204, 247)
HSL
hsl(232, 76%, 87%)
OKLCH
oklch(0.854 0.06 277.8)
CMYK
cmyk(20%, 17%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.57:1

AA AAA

On Black Background

13.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F3
100
#E0E3
200
#C5CB
300
#98A4
400
#6274
500
#354C
600
#1B32
700
#1528
800
#0F1C
900
#0A12
950
#060B

Shades

Darker variations

1#9EA9F2
2#7786EC
3#5064E7
4#2841E2
5#1B31C3
6#15279C
7#101D75
8#0B144E
9#050A27

Tints

Lighter variations

1#CAD1F8
2#D0D6F9
3#D6DBF9
4#DCE0FA
5#E2E5FB
6#E8EAFC
7#EDF0FD
8#F3F5FD
9#F9FAFE

Tones

Muted variations

1#C7CDF5
2#CACFF2
3#CCD1EF
4#CFD3ED
5#D1D5EA
6#D4D6E8
7#D6D8E5
8#D9DAE3
9#DBDCE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F3
#F2F3FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E3
#E0E3FB
Light backgroundsTable row hoverSkeleton loading
200
C5CB
#C5CBF7
Secondary backgroundsInput backgroundsDividers
300
98A4
#98A4F1
BordersInactive statesPlaceholder text
400
6274
#6274EA
Disabled statesSecondary iconsMuted text
500
354C
#354CE3
Primary brand colorCTAsActive elementsLinks
600
1B32
#1B32C5
Hover statesFocus ringsPrimary buttons hover
700
1528
#15289D
Active/pressed statesDark mode accentsSecondary text
800
0F1C
#0F1C70
Text on light backgroundsHeadingsStrong borders
900
0A12
#0A1248
Primary textHigh emphasis contentDark headings
950
060B
#060B2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F3FD;
  --lavender-100: #E0E3FB;
  --lavender-200: #C5CBF7;
  --lavender-300: #98A4F1;
  --lavender-400: #6274EA;
  --lavender-500: #354CE3;
  --lavender-600: #1B32C5;
  --lavender-700: #15289D;
  --lavender-800: #0F1C70;
  --lavender-900: #0A1248;
  --lavender-950: #060B2D;
}
Generate More ShadesCreate PaletteConvert Color