Lavender

#C4CCF7

Blue

Color Codes

All color formats for development

HEX
#C4CCF7
RGB
rgb(196, 204, 247)
HSL
hsl(231, 76%, 87%)
OKLCH
oklch(0.853 0.061 276.8)
CMYK
cmyk(21%, 17%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.58:1

AA AAA

On Black Background

13.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F3
100
#E0E4
200
#C5CC
300
#98A5
400
#6276
500
#354F
600
#1B35
700
#152A
800
#0F1E
900
#0A13
950
#060C

Shades

Darker variations

1#9EAAF2
2#7788EC
3#5066E7
4#2844E2
5#1B34C3
6#152A9C
7#101F75
8#0B154E
9#050A27

Tints

Lighter variations

1#CAD1F8
2#D0D6F9
3#D6DBF9
4#DCE1FA
5#E2E6FB
6#E8EBFC
7#EDF0FD
8#F3F5FD
9#F9FAFE

Tones

Muted variations

1#C7CEF5
2#CAD0F2
3#CCD2EF
4#CFD3ED
5#D1D5EA
6#D4D7E8
7#D6D9E5
8#D9DAE3
9#DBDCE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F3
#F2F3FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E4
#E0E4FB
Light backgroundsTable row hoverSkeleton loading
200
C5CC
#C5CCF7
Secondary backgroundsInput backgroundsDividers
300
98A5
#98A5F1
BordersInactive statesPlaceholder text
400
6276
#6276EA
Disabled statesSecondary iconsMuted text
500
354F
#354FE3
Primary brand colorCTAsActive elementsLinks
600
1B35
#1B35C5
Hover statesFocus ringsPrimary buttons hover
700
152A
#152A9D
Active/pressed statesDark mode accentsSecondary text
800
0F1E
#0F1E70
Text on light backgroundsHeadingsStrong borders
900
0A13
#0A1348
Primary textHigh emphasis contentDark headings
950
060C
#060C2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F3FD;
  --lavender-100: #E0E4FB;
  --lavender-200: #C5CCF7;
  --lavender-300: #98A5F1;
  --lavender-400: #6276EA;
  --lavender-500: #354FE3;
  --lavender-600: #1B35C5;
  --lavender-700: #152A9D;
  --lavender-800: #0F1E70;
  --lavender-900: #0A1348;
  --lavender-950: #060C2D;
}
Generate More ShadesCreate PaletteConvert Color